Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save BrandonIrizarry/1c0bf4c1ffede9066a8dad2674cb5be8 to your computer and use it in GitHub Desktop.

Select an option

Save BrandonIrizarry/1c0bf4c1ffede9066a8dad2674cb5be8 to your computer and use it in GitHub Desktop.
sqlite3 default CLI config (~/.sqliterc)
.headers on
.mode column
.nullvalue NULL
pragma foreign_keys = on;
pragma case_sensitive_like = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment