cornucopia-rs / cornucopia

Generate type-checked Rust from your PostgreSQL.
Other
759 stars 31 forks source link

Simplify codegen using template macro #169

Closed Virgiel closed 1 year ago

Virgiel commented 1 year ago

Compared to a simple write! macro the code! macro has many advantages:

LouisGariepy commented 1 year ago

Aside from the two small comments I left and the clippy lints, this looks good to merge :+1:

LouisGariepy commented 1 year ago

Thanks for your work :+1: Merging!