summaryrefslogtreecommitdiffstats
path: root/doc/sqlite3.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sqlite3.txt')
-rw-r--r--doc/sqlite3.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/sqlite3.txt b/doc/sqlite3.txt
new file mode 100644
index 0000000..97e8bc9
--- /dev/null
+++ b/doc/sqlite3.txt
@@ -0,0 +1,7 @@
+XXX: This has to go in ulogd.sgml, later.
+
+To create the database file, you have to:
+$ sqlite3 file.db < sqlite3.table
+
+To check that we are logging stuff into it correctly:
+sqlite3 ulogd.sqlite3db "SELECT * from ulog"