You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really cool to see support for libsql included in Toasty. I love the DX of using it currently, but I mainly use libsql for its performance and replication layer when running the server component.
I'd be happy to look at what would be necessary to add this. Maybe as a feature of the sqlite DB crate? (i.e. have the default implementation use rusqlite but allow use of libsql if you enable it)
The text was updated successfully, but these errors were encountered:
It would be really cool to see support for
libsql
included in Toasty. I love the DX of using it currently, but I mainly uselibsql
for its performance and replication layer when running the server component.I'd be happy to look at what would be necessary to add this. Maybe as a feature of the
sqlite
DB crate? (i.e. have the default implementation userusqlite
but allow use oflibsql
if you enable it)The text was updated successfully, but these errors were encountered: