CubDB.start
You're seeing just the function
start
, go back to CubDB module for more information.
Specs
start(String.t() | [option() | {:data_dir, String.t()} | GenServer.option()]) :: GenServer.on_start()
Starts the CubDB
database without a link.
See start_link/2
for more information about options.