Add support for limbo (A complete rewrite of SQLite in Rust) #235
Replies: 2 comments 7 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.
-
Hello @weiznich, I made an initial implementation to support the Turso database (formerly Limbo). Not everything is working yet, due to some missing parts in Turso itself, but it should be a good starting point for anyone who wants to try Turso with Diesel. Thank you for your hints. |
Beta Was this translation helpful? Give feedback.
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