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 bf7e925 commit e248ba7Copy full SHA for e248ba7
Doc/library/sqlite3.rst
@@ -266,8 +266,9 @@ Module functions
266
267
:param database:
268
The path to the database file to be opened.
269
- Pass ``":memory:"`` to open a connection to a database that is
270
- 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
271
+ to it.
272
:type database: :term:`path-like object`
273
274
:param float timeout:
0 commit comments