💾 Archived View for dots.omarpolo.com › sqliterc.gmi captured on 2022-04-28 at 17:33:14. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

sqliterc

SQLite has a configuration file that gets executed every time it is launched.

I like to have a different glyph for the NULL value

.nullvalue '⊥'

and enable the "box" mode

.mode box

This is pretty new and so it may not work on older version. It draws an ASCII box around the result of queries.