blob: 78a9c5a5af43b8eef14a95f88d43226f40259bc9 (
plain)
1
2
3
4
5
6
7
8
|
Ksql is a "lazy man's" wrapper for the SQLite C API. 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.
WWW: https://kristaps.bsd.lv/ksql/
|