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 nice to implement support for SQLite in an async context, bringing our users the ability to interact with that type of database.
Here's the documentation of the crate. Take a look at it and we can discuss the approach for support it's implementation, since it's possible that we need to create a different internal trait with less database operations, since I'm not sure if all the queries available in Canyon will be supported to query SQLite databases
The text was updated successfully, but these errors were encountered:
Feature Request
It would be nice to implement support for
SQLite
in an async context, bringing our users the ability to interact with that type of database.Here's the documentation of the crate. Take a look at it and we can discuss the approach for support it's implementation, since it's possible that we need to create a different internal trait with less database operations, since I'm not sure if all the queries available in Canyon will be supported to query
SQLite databases
The text was updated successfully, but these errors were encountered: