How to deal with the type of response in sql'' template
How can we deal with the types of sql'' template since the result is accessable from the
rows
property of result, Unlike the ORM itself.
For example rows are not type-safe here and I have to guess row manufacturer1 Reply
depending on your driver,
db.execute
accepts a generic parameter in which you can describe the shape of your rows