duckdb: add new shorthand flag (#15747)

This commit is contained in:
Gabor Szarnyas
2025-02-19 16:44:53 +01:00
committed by GitHub
parent ee142ee83f
commit 9f41cf904e
+1 -1
View File
@@ -17,7 +17,7 @@
- Run an SQL script:
`duckdb -c ".read {{path/to/script.sql}}"`
`duckdb -f {{path/to/script.sql}}`
- Run query on database file and keep the interactive shell open: