Releases: elixir-sqlite/exqlite
Releases · elixir-sqlite/exqlite
v0.13.5
What's Changed
- Update windows guide by @cw789 in #239
- docs: how to opt out of precompiled artefacts by @cocoa-xu in #240
- Allow library consumer to set
config :exqlite, force_build: true
by @warmwaffles in #241
Full Changelog: v0.13.4...v0.13.5
v0.13.4
v0.13.3
v0.13.2
Full Changelog: v0.13.1...v0.13.2
v0.13.1
What's Changed
- Add
SQLITE_ENABLE_DBSTAT_VTAB
to compilation by @warmwaffles in #232
Full Changelog: v0.13.0...v0.13.1
v0.13.0
v0.12.0
What's Changed
- changed: Use
multi_step
forRepo.stream
calls. #223 - added: Ability to use URI for a database path. See sqlite docs. Example:
file:/tmp/database.db?mode=ro
. #225
New Contributors
Full Changelog: v0.11.9...v0.12.0
v0.11.9
v0.11.8
- changed: Updated sqlite3 to 3.40.0