master |
---|
This package wraps the database/sql
package by allowing you to specify
parameters in a map and converting the SQL parameters to positional parameters
to leverage the SQL santizaton provided by the database/sql
package.
TBD ...
- add support for transactions
- benchmark SQL parsing