MssqlEcto v0.1.4 MssqlEcto.Storage

Summary

Functions

Creates the storage given by options

Functions

storage_up(opts)

Creates the storage given by options.

Returns :ok if it was created successfully.

Returns {:error, :already_up} if the storage has already been created or {:error, term} in case anything else goes wrong.

Examples

storage_up(username: postgres,
           database: 'ecto_test',
           hostname: 'localhost')

Callback implementation for Ecto.Adapter.Storage.storage_up/1.