elixir-sqlite / exqlite

An SQLite3 driver for Elixir
https://hexdocs.pm/exqlite
MIT License
217 stars 48 forks source link

Allow using system-wide or custom sqlite3 installation #186

Closed ConnorRigby closed 2 years ago

ConnorRigby commented 2 years ago

This allows using engines built by other projects. For example with https://www.zetetic.net/sqlcipher or https://www.sqlite.org/see/doc/trunk/www/readme.wiki

Fixes #178