elixir-sqlite / exqlite

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

Update to sqlite 3.37 #175

Closed fire closed 2 years ago

fire commented 2 years ago

version 3.37.0. has support a strict mode I want to use.

fire commented 2 years ago

Copying https://www.sqlite.org/2021/sqlite-amalgamation-3370000.zip seem to work as expected.

warmwaffles commented 2 years ago

@fire there is a script that will do all this for us :D https://github.com/elixir-sqlite/exqlite/blob/main/bin/download_sqlite.sh

Since I have time this morning I'll knock that out.