summaryrefslogtreecommitdiffstats
path: root/doc/sqlite3.txt
blob: 97e8bc942689e63cffb04e400b4118fdb38d29dc (plain)
1
2
3
4
5
6
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"