Skip to content

khepri_mnesia_migration 0.1.0

Compare
Choose a tag to compare
@dumbbell dumbbell released this 30 Aug 17:28
· 77 commits to main since this release
v0.1.0
d9d6b59

At this point, khepri_mnesia_migration should be considered Alpha and not production ready. The API will likely evolve and future releases will likely introduce breaking changes. The goal of this release is to make it easy for anyone to try it and possibly give feedback.

What's new in khepri_mnesia_migration 0.1.0

This is the first release of khepri_mnesia_migration!

khepri_mnesia_migration is a library providing helpers to migrate data between the Mnesia and Khepri databases.

Currently, only the migration from Mnesia to Khepri is supported.

Download

khepri_mnesia_migration 0.1.0 is available from Hex.pm: https://hex.pm/packages/khepri_mnesia_migration/0.1.0

Upgrade

Using Rebar:

  1. Update your rebar.config:

    %% In rebar.config
    {deps, [{khepri_mnesia_migration, "0.1.0"}]}.
  2. Run rebar3 upgrade khepri_mnesia_migration.

Using Erlang.mk:

  1. Update your Makefile:

    %% In your Makefile
    dep_khepri_mnesia_migration = hex 0.1.0
  2. Remove the deps/khepri_mnesia_migration directory. The new version will be fetched the next time you build your project.

Documentation

The documentation for khepri_mnesia_migration 0.1.0 is available on Hex.pm.