Ecto SQL v3.2.2 API Reference

Modules

Specifies the adapter migrations API.

Specifies the adapter structure (dump/load) API.

Adapter module for MySQL.

Adapter module for PostgreSQL.

This application provides functionality for working with SQL databases in Ecto.

Specifies the behaviour to be implemented by all SQL connections.

A pool for concurrent transactional tests.

Migrations are used to modify your database schema over time.

Used internally by adapters.

Used internally by adapters.

Used internally by adapters.

Used internally by adapters.

Used internally by adapters.

Lower level API for managing migrations.

Mix Tasks

Dumps the current environment's database structure for the given repository into a structure file.

Generates a migration.

Loads the current environment's database structure for the given repository from a previously dumped structure file.

Runs the pending migrations for the given repository.

Displays the up / down migration status for the given repository.

Reverts applied migrations in the given repository.