FirestormData
This is the data layer for Firestorm Forum. It contains the core data models and API for interacting with them.
Installation
If available in Hex, the package can be installed
by adding firestorm_data to your list of dependencies in mix.exs:
def deps do
[
{:firestorm_data, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/firestorm_data.