Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

libsql: add unsafe Database::connect_raw #1891

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LucioFranco
Copy link
Contributor

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.

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.
@LucioFranco
Copy link
Contributor Author

@jeremywrowe ^

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant