CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/05/23 18:19:43
Log message:
Import ports/databases/ksql. ok sthen@
ksql is a "lazy man's" wrapper for the SQLite C-language interface. It
is written to make sure sloppy programming won't cause your SQLite
database to be inconsistent (transactions and statements open on exit
and certain signals). Specifically, it exits on any database errors; and
upon exit (or signal), cleans up open statements, transactions, and
databases. See ksql(3) and friends for details.
Status:
Vendor Tag: jturner
Release Tags: jturner_20160523
N ports/databases/ksql/Makefile
N ports/databases/ksql/distinfo
N ports/databases/ksql/pkg/DESCR
N ports/databases/ksql/pkg/PLIST
No conflicts created by this import