-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Is it currently possible to create a read-only connection to a sqlite DB file?
I have zero experience with the C programming language, but from what I understand it should be possible by either:
- Adding the
SQLITE_OPEN_READONLYflag.1 - Supporting uri filenames (i.e.
file:/path/to/db.sqlite), to which the user can then add amode=roquery parameter so the given example would becomefile:/path/to/db.sqlite?mode=ro.2
Footnotes
Metadata
Metadata
Assignees
Labels
No labels