View Source erlembic 🚀
A database migrations tool for Erlang.
Features
Requirements
- Erlang/OTP
Installation
%% Add the following to your rebar.config.
{plugins, [erlembic]}.
%% Alternatively you add as a project plugin
{project_plugins, [erlembic]}.
Usage
Directory Structure
Commands
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Acknowledgments
Development
# Clone the repository
git clone git@github.com:mochams/erlembic.git
# Build
rebar3 escriptize
# Run
_build/default/bin/erlembic