rach/pome

Prepare SQL statement to avoid useless parsing from the DB

Opened this issue · 0 comments

rach commented

All the SQL in query.go are executed directly. I need to look how to prepare the statements with sqlx and how to memoize them.