Skip to content

Releases: elixir-sqlite/exqlite

v0.7.0

08 Sep 10:08

Choose a tag to compare

Added

  • Added Exqlite.Basic for a simplified interface to utilizing sqlite3. #160
  • Addded ability to load sqlite extension. #160

v0.6.4

04 Sep 18:16

Choose a tag to compare

release 0.6.4

v0.5.6

02 Apr 14:28
8a0370b

Choose a tag to compare

Fixed

  • Fix SQLite3 amalgamation in 0.5.5 being incorrectly downgraded to 3.34.1. Amalgamation is now correctly 3.35.3.

v0.5.5

30 Mar 15:07
55361a7

Choose a tag to compare

Changed

  • Bump SQLite3 amalgamation to version 3.35.3

v0.5.2

24 Mar 02:39

Choose a tag to compare

Added

  • Guide for Windows users.
  • Exqlite.Sqlite3.multi_step/3 to step through results chunks at a time.
  • default_chunk_size configuration.

v0.5.1

19 Mar 13:57

Choose a tag to compare

Changed

v0.5.0

18 Mar 02:44
1aca6d1

Choose a tag to compare

Remove Ecto Adapter support (#117)