Description
Provides the SQLite backend for the Haskell Persistent library. It lets applications using Persistent store typed data in SQLite databases, which are often simple local files.
It is useful for desktop apps, small services, tests, prototypes, and tools that need local persistent storage. It is a database library and not a standalone SQLite browser.