In Ormin I parse the SQL model at compile-time. And I don't generate Nim types 
for the model at all, instead Ormin focusses on providing the tools to generate 
prepared statements that are type-checked against the model. This way you don't 
have to materialize a complete Nim object of all fields of a table row.

Reply via email to