elixir-ecto / db_connection

Database connection behaviour
http://hexdocs.pm/db_connection/DBConnection.html
309 stars 112 forks source link

Allow declare to prepare new query #104

Closed fishcakez closed 6 years ago

fishcakez commented 6 years ago

Follow up to #91 to allow the same feature for streams/cursor. This will allow us to use prepared queries in Ecto for streams.