digital-fabric / extralite

Ruby on SQLite
http://www.rubydoc.info/gems/extralite
MIT License
255 stars 8 forks source link

Move from including the sqlite amalgamation source code to more modern approach #78

Open noteflakes opened 5 months ago

noteflakes commented 5 months ago

The sqlite3 gem has a good (better at any case) solution for being able to use both the system-installed sqlite3 lib, and using the latest version of sqlite3, bundled along with the gem.