SqliteConfig (sqlite_config v0.1.2)

Copy Markdown

Summary

Functions

stage_and_deploy(schema_sql, staging_fun, target \\ Repo)

@spec stage_and_deploy(
  String.t(),
  (atom() -> :ok | {:ok, any()} | {:error, any()}),
  Atom.t()
) ::
  :ok | {:error, any()}