Add support for limbo (A complete rewrite of SQLite in Rust) #235
Choochmeque
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
Thanks for opening this. I converted this to a discussion as this is no bug in diesel-async, but a request for a new feature. I think this would be really interesting to have, but I certainly have neither the capacity nor time to work on this on my own anytime soon. I quickly looked through the limbo docs and it seems like it would need some adjustments in diesels sqlite backend + limbo to make this work. I'm happy to provide more details on that if someone is interested on working on this. For the beginning I would suggest to implement the actual connection implementation in a third party crate. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 👋
It would be great if diesel_async could support limbo, the async SQLite driver maintained by Turso.
limbo is a modern, fully asynchronous SQLite driver written in pure Rust. It offers:
It should perfectly fit to integrate with diesel_async.
Thanks for your time!
Beta Was this translation helpful? Give feedback.
All reactions