Canyon-SQL
Canyon-SQL copied to clipboard
A full asyncronous Rust ORM and query builder for multiple 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...
## Refactor When [Rust 1.75](https://releases.rs/docs/1.75.0) will be released, a new major change that will impact our codebase will be out `async fn` in trait. This is a [**long awaited** feature](https://github.com/rust-lang/rust/pull/115822)...
This issue aims to provide a procedural way of testing the status of the datasources in the `canyon.toml` config file. This will let the user check the correctness of it's...