jkomoros / boardgame

An in-progress framework in golang to easily build boardgame Progressive Web Apps
Apache License 2.0
31 stars 4 forks source link

Use something like SQL builder in storage/mysql? #775

Open jkomoros opened 3 years ago

jkomoros commented 3 years ago

The queries are totally messy and bespoke. https://github.com/huandu/go-sqlbuilder might make it easier to maintain the queries and combine them in code.