from
Hacker News
Top
New
Show HN: Generate type-safe code for SQL queries in any language
by
manx
on 11/27/24, 8:08 AM with 0 comments
sqlc (
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.