#orm #sql-database #sql #postgresql #async #compile-time

macro gorm_macros

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

5 releases

0.1.4 Aug 11, 2022
0.1.3 Aug 11, 2022
0.1.2 Aug 10, 2022
0.1.1 Aug 10, 2022
0.1.0 Aug 9, 2022

#147 in #sql-database


Used in gorm

GPL-3.0-only

68KB
1.5K SLoC

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.

Dependencies

~2.5MB
~51K SLoC