Ecto.Adapter.Storage

Ecto.Adapter.Storage behaviour

Specifies the adapter storage API.

Summary

Callbacks

storage_down(options)

Drops the storage given by options

storage_up(options)

Creates the storage given by options

Callbacks

storage_down(options)

storage_down(options :: Keyword.t) ::
  :ok |
  {:error, :alre