Ecto.Adapters.SQL
Ecto.Adapters.SQL
Behaviour and implementation for SQL adapters.
The implementation for SQL adapter relies on DBConnection
to provide pooling, prepare, execute and more.
Developers that use Ecto.Adapters.SQL
should implement the callbacks required both by this module and the ones from Ecto.Adapters.SQL.Query
about building queries.