toasty-codegen 0.0.0

An async ORM for SQL and NoSQL databases
Documentation
1
2
3
4
5
6
7
8
9
# 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](https://github.com/tokio-rs/toasty).