Skip to content

Instantly share code, notes, and snippets.

@garudareiga
Last active December 21, 2015 02:48
Show Gist options
  • Save garudareiga/6237172 to your computer and use it in GitHub Desktop.
Save garudareiga/6237172 to your computer and use it in GitHub Desktop.
Sqlite Notes

INIT FILE

sqlite3 reads a configuration file ~/.sqliterc for the interactive command line. It generally only contain meta-commands such as

.headers ON
.mode column
.nullvalue NULL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment