Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

libsql: add unsafe Database::connect_raw #1891

Closed
wants to merge 1 commit into from
Closed

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.

@LucioFranco
Copy link
Contributor Author

@jeremywrowe ^

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

New PR with a better approach #1906

@LucioFranco LucioFranco closed this Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant