Blob


1 # sqliterc
3 SQLite has a configuration file that gets executed every time it is
4 launched.
6 I like to have a different glyph for the NULL value
8 .nullvalue '⊥'
10 and enable the "box" mode
12 .mode box
14 This is pretty new and so it may not work on older version. It draws an
15 ASCII box around the result of queries.