toasty-codegen

Crates.iotoasty-codegen
lib.rstoasty-codegen
version0.0.0
sourcesrc
created_at2024-10-24 15:05:13.375121
updated_at2024-10-24 15:05:13.375121
descriptionAn async ORM for SQL and NoSQL databases
homepage
repositoryhttps://github.com/tokio-rs/toasty
max_upload_size
id1421442
size1,829
Team algorithmia (github:algorithmiaio:team-algorithmia)

documentation

README

Toasty

Toasty is an ORM for the Rust programming language that prioritizes ease-of-use. It supports both SQL datases as well as some NoSQL databases, including DynamoDB and Cassandra. Note that Toasty does not hide the database capabilities. Instead, Toasty exposes features based on the target database.

It is currently in active development and not yet published to crates.io. You can try using it directly from Github.

Commit count: 18

cargo fmt