-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libsql: add unsafe
Database::connect_raw
This adds a `connect_raw` function that can be called in an unsafe manner. This will bypass `libsql`'s safety checks that enforce that sqlite3's serialized thread safety mode is enabled. This is a use at your own risk type of function.
- Loading branch information
1 parent
e10af22
commit 8a83816
Showing
2 changed files
with
153 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters