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 83551e0 commit 3bc0588Copy full SHA for 3bc0588
lib/sqlite3.mli
@@ -166,8 +166,8 @@ val db_open :
166
(** [db_open ?mode ?mutex ?cache ?vfs filename] opens the database file
167
[filename], and returns a database handle.
168
169
- Special [filename]s ":memory:" and "" open an in-memory or temporary
170
- database respectfully.
+ Special filenames: ":memory:" and "" open an in-memory or temporary
+ database respectively.
171
Behaviour explained here: https://www.sqlite.org/inmemorydb.html
172
173
The optional arguments [mode] and [mutex] are only meaningful with SQlite
0 commit comments