mirror of
https://github.com/python/cpython.git
synced 2026-03-17 18:30:52 +00:00
gh-96165: Clarify passing ":memory:" in sqlite3.connect() (#106451)
This commit is contained in:
parent
fc7ff1af45
commit
f520804b03
1 changed files with 3 additions and 2 deletions
|
|
@ -266,8 +266,9 @@ Module functions
|
|||
|
||||
:param database:
|
||||
The path to the database file to be opened.
|
||||
Pass ``":memory:"`` to open a connection to a database that is
|
||||
in RAM instead of on disk.
|
||||
You can pass ``":memory:"`` to create an `SQLite database existing only
|
||||
in memory <https://sqlite.org/inmemorydb.html>`_, and open a connection
|
||||
to it.
|
||||
:type database: :term:`path-like object`
|
||||
|
||||
:param float timeout:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue