File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -373,6 +373,9 @@ List connections, or switch active connection
373373This covers all connections, not just those started in this shell. Closed
374374connections are not shown.
375375
376+ For each connection, its index for switching active connection, (VFS used),
377+ "filename", and open flags are shown.
378+
376379
377380.databases
378381----------
@@ -630,11 +633,14 @@ Opens a database connection
630633
631634Options are:
632635
633- --wipe Closes any existing connections in this process referring to
634- the same file and deletes the database file, journals etc
635- before opening
636+ --wipe Closes any existing connections in this process referring to
637+ the same file and deletes the database file, journals etc
638+ before opening
639+
640+ --vfs VFS Which vfs to use when opening
636641
637- --vfs VFS Which vfs to use when opening
642+ --flags FLAGS Open flags to use, in lower or upper case. Use | to
643+ combine. Default is READWRITE|CREATE|URI
638644
639645If ``FILE `` is omitted then a memory database is opened
640646
Original file line number Diff line number Diff line change @@ -281,6 +281,9 @@ connection ?NUMBER?
281281This covers all connections, not just those started in this shell. Closed
282282connections are not shown.
283283
284+ For each connection, its index for switching active connection, (VFS used),
285+ "filename", and open flags are shown.
286+
284287.. _shell-cmd-databases :
285288.. index ::
286289 single: databases (Shell command)
@@ -598,11 +601,14 @@ open ?OPTIONS? ?FILE?
598601
599602Options are:
600603
601- --wipe Closes any existing connections in this process referring to
602- the same file and deletes the database file, journals etc
603- before opening
604+ --wipe Closes any existing connections in this process referring to
605+ the same file and deletes the database file, journals etc
606+ before opening
607+
608+ --vfs VFS Which vfs to use when opening
604609
605- --vfs VFS Which vfs to use when opening
610+ --flags FLAGS Open flags to use, in lower or upper case. Use | to
611+ combine. Default is READWRITE|CREATE|URI
606612
607613If ``FILE `` is omitted then a memory database is opened
608614
You can’t perform that action at this time.
0 commit comments