elixir-sqlite/sqlite_ecto2

Follow possible new db_connection API: status/2

scouten opened this issue · 3 comments

Watch status of https://github.com/elixir-ecto/db_connection/pull/90/files.

May need to find a way to determine if we're inside a transaction.

Consider using http://www.sqlite.org/c3ref/get_autocommit.html to obtain this info. (h/t @fishcakez)

Waiting on esqlite #49

mmzeeman/esqlite#49 has been merged.