toasty-codegen 0.0.0

An async ORM for SQL and NoSQL databases
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 1.52 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 979.44 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • tokio-rs/toasty
    1604 50 10
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • carllerche

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.