persistent-sqlite

Backend for the persistent library using sqlite3.

http://www.yesodweb.com/book/persistent

Version on this page:2.1.1.2
LTS Haskell 23.24:2.13.3.0
Stackage Nightly 2025-05-28:2.13.3.1
Latest on Hackage:2.13.3.1

See all snapshots persistent-sqlite appears in

MIT licensed and maintained by Michael Snoyman
This version can be pinned in stack with:persistent-sqlite-2.1.1.2@sha256:fedef5949632e6392c1bac967049e47a2259709305d13a741fd691e8f75b78e7,2447

Module documentation for 2.1.1.2

This package includes a thin sqlite3 wrapper based on the direct-sqlite package, as well as the entire C library, so there are no system dependencies.

Changes

2.1.1.1

Fix rendering of UTCTime to match SQLite requirements (see issue #328).

2.1.1

Provide a FromJSON instance for SqliteConf.