Show HN: Generate type-safe code for SQL queries in any languagegithub.com/fdietze2 pointsmanx2 years agosqlc (https://sqlc.dev/) is amazing, but I needed to use it in several unsupported languages. So instead of creating a plugin for each of those languages, I created a generic one, which is based on go templates.