Canyon-SQL icon indicating copy to clipboard operation
Canyon-SQL copied to clipboard

A full asyncronous Rust ORM and query builder for multiple databases

Results 4 Canyon-SQL issues
Sort by recently updated
recently updated
newest added

## 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...

enhancement

## 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)...

needs-improvement
refactor

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...

enhancement