jfilby / nexus

A Nim web framework with batteries included
Apache License 2.0
101 stars 3 forks source link

Option to use prepared statements #36

Open jfilby opened 1 year ago

jfilby commented 1 year ago

Prepared statements are much faster when the same query is executed repeatedly. There should an optional parameter to use a prepared statement for all ORM query and DML calls that defaults to false.