Packages
rebar3_erlembic
0.1.0
A database migrations tool for Erlang
Retired package: Renamed - The package has been renamed to 'erlembic(https://hex.pm/packages/erlembic)'
Current section
Files
Jump to
Current section
Files
rebar3_erlembic
README.md
README.md
# erlembic 🚀
[](http://www.erlang.org)
[](https://hex.pm/packages/rebar3_erlembic)
[](https://hexdocs.pm/rebar3_erlembic/)
[](https://github.com/mochams/rebar3_erlembic)
A database migrations tool for Erlang.
## Features
## Requirements
- Erlang/OTP
## Installation
```erlang
%% Add the following to your rebar.config.
{project_plugins, [rebar3_erlembic]}.
```
## Usage
## Directory Structure
## Commands
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.