Description
Provides a mid-level SQLite client library for Haskell. It gives applications a practical interface for opening SQLite databases, running queries, and converting results to Haskell values.
It is useful for desktop apps, local tools, tests, prototypes, and services that need file-based storage. It is a developer library and not a graphical SQLite browser.