gorm

Crates.iogorm
lib.rsgorm
version0.1.4
sourcesrc
created_at2022-08-09 14:51:25.480919
updated_at2022-08-11 14:06:32.898666
descriptionAn orm that is simple to use and prevents all mistakes at compile time
homepage
repositoryhttps://github.com/MaderNoob/gorm
max_upload_size
id641849
size182,084
(MaderNoob)

documentation

README

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.

Commit count: 76

cargo fmt