We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://avi.im/blag/2024/faster-sqlite/
SQLite compatible, built in Rust.
https://github.com/tursodatabase/limbo
Maybe it "just works" , or needs a separate backend, but it should be fairly minimal.
The text was updated successfully, but these errors were encountered:
Interesting especially because it'll have async support, but likely premature? 😅
Sorry, something went wrong.
Ah, yes, missing UPDATE/UPSERT and DELETE makes this backend useless except for KV store like usage.
https://github.com/tursodatabase/limbo/blob/main/COMPAT.md
A https://github.com/tursodatabase/libsql/tree/main/libsql backend might be more useful atm.
No branches or pull requests
https://avi.im/blag/2024/faster-sqlite/
SQLite compatible, built in Rust.
https://github.com/tursodatabase/limbo
Maybe it "just works" , or needs a separate backend, but it should be fairly minimal.
The text was updated successfully, but these errors were encountered: