khairul169 / gdsqlite-native

SQLite module for Godot 3.x
MIT License
219 stars 41 forks source link

Open connection with flags/arguments #46

Closed starwolfy closed 4 years ago

starwolfy commented 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 .

TGRCdev commented 4 years ago

I added methods for using open flags while opening databases. You can try them out here.

starwolfy commented 4 years ago

@TGRCdev Stunningly fast work, thanks a lot!