Crates.io | gorm |
lib.rs | gorm |
version | 0.1.4 |
source | src |
created_at | 2022-08-09 14:51:25.480919 |
updated_at | 2022-08-11 14:06:32.898666 |
description | An orm that is simple to use and prevents all mistakes at compile time |
homepage | |
repository | https://github.com/MaderNoob/gorm |
max_upload_size | |
id | 641849 |
size | 182,084 |
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.