Ecto SQL v3.0.3 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

This module provides the migration API

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