Thanks to visit codestin.com Credit goes to github.com
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 fc7ff1a commit f520804Copy full SHA for f520804
1 file changed
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