sqlite_orm
sqlite_orm copied to clipboard
Support for setting the locking mode
I don't see support for
PRAGMA schema.locking_mode = NORMAL|EXCLUSIVE
This is useful to prevent other processes from accessing the database. Is this currently possible?
we'll add it soon
PR is here https://github.com/fnc12/sqlite_orm/pull/1359
merged into dev. Please check out dev branch to get the update. I am closing this issue. If you face that something else can be done within scope if this issue please feel free to reopen it