Server module.
Starts the GenServer
Stops the GenServer
Starts the GenServer.
path must contain a valid path in the :path key.
path
:path
opts is optional and is passed verbatim to GenServer.
opts
Returns {:ok, pid}.
{:ok, pid}
Fsdb.Server.start_link([path: ".fsdb"], [name: Fsdb.Server])
Stops the GenServer.
Returns :ok.
:ok