Last active
June 5, 2026 01:28
-
-
Save BrandonIrizarry/1c0bf4c1ffede9066a8dad2674cb5be8 to your computer and use it in GitHub Desktop.
sqlite3 default CLI config (~/.sqliterc)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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