summaryrefslogtreecommitdiff
path: root/databases/hs-sqlite-simple/DESCR
blob: 094c3b62f7c40ea50ae1aa6d3b010f37e82e891b (plain)
1
2
3
4
5
6
This library is a mid-level Haskell binding to the SQLite database.

Sqlite-simple provides a convenient API to sqlite that does some level of
automatic data conversion between the database and Haskell types. The API
has been modeled directly after postgresql-simple which in turn borrows
from mysql-simple.