Path to this page:
Subject: CVS commit: pkgsrc/databases/hs-direct-sqlite
From: Masatake Daimon
Date: 2022-02-16 10:42:21
Message id: 20220216094221.C44A8FB24@cvs.NetBSD.org
Log Message:
databases/hs-direct-sqlite: import hs-direct-sqlite-2.3.26
This package is not very different from the other SQLite3 bindings out
there, but it fixes a few deficiencies I was finding. As compared to
bindings-sqlite3, it is slightly higher-level, in that it supports
marshalling of data values to and from the database. In particular, it
supports strings encoded as UTF8, and BLOBs represented as ByteStrings.
Files: