Canyon-SQL
Canyon-SQL copied to clipboard
Introduce support for SQLite databases
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