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.

Summary

Functions

do_stream(repo, arg2, arg, params, process, opts)
query(repo, sql, params \\ [], opts \\ [])
登录查看完整内容