Packages

SyncM helps by setting up an interface to dynamically sync mnesia across nodes. Mnesia nodes are added to the schema dynamically when started and copy over existing tables from another node member.

Current section

Files

Jump to
sync_m README.md
Raw

README.md

# SyncM
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `sync_m` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:sync_m, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/sync_m](https://hexdocs.pm/sync_m).