|
|
|
|
|
by sparks1970
850 days ago
|
|
I came across this yesterday for golang: https://sqlc.dev which is somewhat like what you want, maybe. Not sure it allows you to parameterize table names but the basic idea is codegen from sql queries so you are working with go code (autocompletion etc). |
|