fnc12 / sqlite_orm

❤️ SQLite ORM light header only library for modern C++
GNU Affero General Public License v3.0
2.29k stars 316 forks source link

Support for setting the locking mode #1342

Open vgdmachine opened 3 months ago

vgdmachine commented 3 months ago

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?

fnc12 commented 3 months ago

we'll add it soon