pome
pome copied to clipboard
Prepare SQL statement to avoid useless parsing from the DB
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.