Closed starwolfy closed 4 years ago
How does one open up a database connection with arguments? I'd like to have multi-threaded connections with the flag SQLITE_OPEN_NOMUTEX .
I added methods for using open flags while opening databases. You can try them out here.
@TGRCdev Stunningly fast work, thanks a lot!
How does one open up a database connection with arguments? I'd like to have multi-threaded connections with the flag SQLITE_OPEN_NOMUTEX .