We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d86623 commit 247f050Copy full SHA for 247f050
Doc/library/sqlite3.rst
@@ -265,8 +265,9 @@ Module functions
265
266
:param database:
267
The path to the database file to be opened.
268
- Pass ``":memory:"`` to open a connection to a database that is
269
- 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
270
+ to it.
271
:type database: :term:`path-like object`
272
273
:param float timeout:
0 commit comments