elixir-sqlite / sqlite_ecto2

Sqlite3 adapter for Ecto 2.2.x
https://hex.pm/packages/sqlite_ecto2
MIT License
120 stars 33 forks source link

Use sqlitex which uses esqlite with cflag fix for cross compiling and building on host #239

Closed danielspofford closed 4 years ago

danielspofford commented 4 years ago

Once this gets merged https://github.com/elixir-sqlite/sqlitex/issues/93 it would be nice to bump that dependency to consume those changes.

ConnorRigby commented 4 years ago

Closed via #240