2022-02-16 10:43:12 by Masatake Daimon | Files touched by this commit (6) |
Log message: databases/hs-sqlite-simple: import hs-sqlite-simple-0.4.18.0 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. |