Geolix v0.15.0 Geolix.Adapter.Fake.Storage View Source

Fake adapter storage agent.

Link to this section Summary

Functions

Fetches the data for a database

Stores the data for a specific database

Starts the storage adapter

Link to this section Functions

Link to this function get(database) View Source
get(atom()) :: map() | nil

Fetches the data for a database.

Link to this function set(database, data) View Source
set(atom(), map()) :: :ok

Stores the data for a specific database.

Starts the storage adapter.