This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
Automatically generate database queries #827
Labels
tech debt
A code quality issue is not urgent but could cause problems down the line if not addressed
PR #793 introduced a large change to Mesh that completely overhauled the database layer. In the file
db/sql_implementation.go
, several handwritten queries were created. These queries could create maintenance issues down the road, and it would ultimately be safer to use a different solution to generate these queries.One solution to this problem would be to use an ORM of some kind to automagically generate the queries.
The text was updated successfully, but these errors were encountered: