gorm

An orm that is simple to use and prevents all mistakes at compile time.

This is done by encoding sql logic into rust's rich type system.

For an example of using this orm, check out the examples directory.

For more information about how to use this crate, check out the documentation.