DevSupport (mscmp_syst_enums v0.1.0)

Summary

Functions

drop_database(datastore_options, opts)

@spec drop_database(MscmpSystDb.Types.DatastoreOptions.t(), Keyword.t()) :: :ok

get_datastore_options(opts \\ [])

@spec get_datastore_options(Keyword.t()) :: MscmpSystDb.Types.DatastoreOptions.t()

load_database(datastore_options, datastore_type)

@spec load_database(MscmpSystDb.Types.DatastoreOptions.t(), String.t()) ::
  {:ok, [String.t()]} | {:error, Mserror.DbError.t()}

start_dev_environment(db_kind \\ :unit_testing)

stop_dev_environment()