Commit Graph

2 Commits

Author SHA1 Message Date
jturner
c561a7650f Update ksql to 0.0.9. 2016-06-15 01:09:44 +00:00
jturner
49bfce772c 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.
2016-05-24 00:19:43 +00:00