Path to this page:
Subject: CVS commit: pkgsrc/databases/hs-sqlite-simple
From: Masatake Daimon
Date: 2022-02-16 10:43:12
Message id: 20220216094312.C29FFFB24@cvs.NetBSD.org
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.
Files: