Instream v0.18.0 Instream.Database behaviour View Source
Defines a database.
Usage
defmodule MyDatabase
use Instream.Database
database do
name "my_database"
end
end
Metadata
The metadata of a database (e.g. the name) can
be retrieved using the __meta__/1
method.
Link to this section Summary
Callbacks
Provides metadata access for a database
Link to this section Functions
Defines the database.
Defines the name of the database.