summaryrefslogtreecommitdiff
path: root/databases/hs-sqlite-simple/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2022-02-16databases/hs-sqlite-simple: import hs-sqlite-simple-0.4.18.0pho1-0/+63
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.