DEV Community

Discussion on: An async & dynamic ORM for Rust!

 
blfpd profile image
Baptiste Darthenay

Thanks, makes sense! Where this is done? In SeaORM or SQLx, and I guess it’s done in a macro?

Thread Thread
 
billy1624 profile image
Billy Chan

It's done by SeaORM via prodedual macros. See the entity structure docs for details.