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
Turso is an edge SQLite database. We would like for Shuttle to be able to provision and connect to it, exposing a libsql-client::Client.
Currently Turso doesn't offer a way through their SDK to create a database. The first would then be to simply add a way to initiate a client through a macro annotation. We can then later on add a way to instantiate one.
Suggestion or Example of how the feature would be used
Describe the feature
Turso is an edge SQLite database. We would like for Shuttle to be able to provision and connect to it, exposing a
libsql-client::Client
.Currently Turso doesn't offer a way through their SDK to create a database. The first would then be to simply add a way to initiate a client through a macro annotation. We can then later on add a way to instantiate one.
Suggestion or Example of how the feature would be used
Duplicate declaration
The text was updated successfully, but these errors were encountered: