summaryrefslogtreecommitdiff
path: root/devel/ksql/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ksql/pkg-descr')
-rw-r--r--devel/ksql/pkg-descr6
1 files changed, 0 insertions, 6 deletions
diff --git a/devel/ksql/pkg-descr b/devel/ksql/pkg-descr
deleted file mode 100644
index c1924ff1ea32..000000000000
--- a/devel/ksql/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-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.