squeather

Use databases with the version 3 series of the SQLite C library

https://github.com/massysett/squeather#readme

Version on this page:0.4.2.0
LTS Haskell 22.14:0.8.0.0
Stackage Nightly 2024-03-28:0.8.0.0
Latest on Hackage:0.8.0.0

See all snapshots squeather appears in

BSD-3-Clause licensed by Omari Norman
Maintained by [email protected]
This version can be pinned in stack with:squeather-0.4.2.0@sha256:0282983ede01730f33a83c01e50227c1b53fe3f613f0a7cd7d02488da00a3b87,1264
Depends on 3 packages(full list with versions):

Please see the README on GitHub at https://github.com/massysett/squeather#readme

Changes

Changelog for squeather

Version 0.4.2.0, December 27, 2020

  • Updated SQLite library to version 3.34

Version 0.4.0.0, February 22, 2020

  • Changed Database and Statement types so they clean up after themselves, so there is no need to (and, indeed, then cannot be) closed or finalized as they do it themselves.

  • Changed OpenFlags and associated types to make API self-documenting

  • Added compile-time option for threaded mode into package.yaml (though this is the default, so nothing should change from the user’s persepctive)

  • open function now calls sqlite3_initialize (this should not result in any user-visible changes)