Flux Database
Integrate databases to Elixir projects.
Usage
Add Flux Database as a dependency in
your mix.exs file:
def deps do
[{:flux_database, "~> 0.0.3"}]
end
FluxDatabase describes how to create a module in a project to integrate
databases.
FluxDatabase.DETS describes how to use the
DETS integration.
FluxDatabase.Mnesia describes how to use the
Mnesia integration.
Application Configuration
There are no application configurations. All the configuration is set by
extending FluxDatabase in a module.