Skip to content

Commit 8f3a1ac

Browse files
committed
CLI: admit SQL on command line
1 parent b9fb05f commit 8f3a1ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bindings/python/genomicsqlite/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ def _cli():
223223
'SELECT "GenomicSQLite " || genomicsqlite_version()',
224224
"-cmd",
225225
'.prompt "GenomicSQLite> "',
226+
":memory:",
226227
]
227228
cmd.extend(sys.argv[2:])
228229
if sys.stdout.isatty():

0 commit comments

Comments
 (0)