jfilby / nexus

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

Improve error handling for DB exec calls #30

Open jfilby opened 2 years ago

jfilby commented 2 years ago

Wrap all DB exec statements in try/except blocks to log the SQL statements (and values passed) when a DB call fails.