-
Hi, I'm looking for a way to use the Is there a way to do that? |
Beta Was this translation helpful? Give feedback.
Answered by
mehcode
Mar 10, 2021
Replies: 1 comment
-
We try to follow SQLite for option parsing. See https://sqlite.org/uri.html Our default mode just happens to be
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nitnelave
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We try to follow SQLite for option parsing. See https://sqlite.org/uri.html
Our default mode just happens to be
rw
instead ofrwc
as in libsqlite3