summaryrefslogtreecommitdiffstats
path: root/litecli/liteclirc
diff options
context:
space:
mode:
Diffstat (limited to 'litecli/liteclirc')
-rw-r--r--litecli/liteclirc8
1 files changed, 7 insertions, 1 deletions
diff --git a/litecli/liteclirc b/litecli/liteclirc
index 4db6f3a..924b585 100644
--- a/litecli/liteclirc
+++ b/litecli/liteclirc
@@ -117,6 +117,12 @@ output.header = "#00ff5f bold"
output.odd-row = ""
output.even-row = ""
-
# Favorite queries.
[favorite_queries]
+
+# Startup commands
+# litecli commands or sqlite commands to be executed on startup.
+# some of them will require you to have a database attached.
+# they will be executed in the same order as they appear in the list.
+[startup_commands]
+#commands = ".tables", "pragma foreign_keys = ON;" \ No newline at end of file