-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
open as readonly #71
Comments
@alext234 please try #72, i think this should enable you to pass the parameters you want. I'm not planning on merging this to master yet, not without a unit-test and some documentation. |
I too would like to see the ability to pass the flags in and open the database as read only. |
I think we need a uniform design for this & #77 |
@aminroosta I tried to implement such a unified design with #77 in #93. |
I am interested to use 1 sqlite database file shared between 2 programs, 1 as a writer and 1 as a reader. Sometimes I have the exception
locked
orbusy
thrown at the writer program.Do you plan to support with flags as those from
open_v2
here?https://www.sqlite.org/c3ref/open.html
The text was updated successfully, but these errors were encountered: