tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.

Home Page:https://turso.tech/libsql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust Diesel Support

aminya opened this issue · comments

Diesel is a Safe, Extensible ORM and Query Builder for Rust. It would be great if libsql supports this amazing open-source ORM.

https://diesel.rs/

Given the backwards compatibility of libsql with sqlite this should not be hard, but the connection server needs to be integrated into Diesel.
It would be also great if the embedded replicas could be supported through Diesel as well.

Related to #1152

I have been exploring using Turso and this is one of the things currently holding me back. I am interested in this as well.

This is the one thing holding us back from using Turso / Libsql.