I think sqlc can work with genji #714
Answered
by
kyleconroy
joe-getcouragenow
asked this question in
Feature Requests & Ideas
|
sqlc looks simple enough that i am sure it can work with genji. Will require a little adjustment but not much because when writing SQL code with genji it feels very much like when using a normal SQL DB. |
Answered by
kyleconroy
Oct 3, 2020
Replies: 1 comment
|
Genji looks pretty cool. Since it's written in Go and the parser package is public (https://pkg.go.dev/github.com/genjidb/genji@v0.8.0/sql/parser), it would be possible to write a sqlc backend for it. I'm currently focusing on MySQL, PostgreSQL, and SQLite support and have no current plans for additional backends. If you;d like to work on it, I'm happy to help guide you. |
0 replies
Answer selected by
kyleconroy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Genji looks pretty cool. Since it's written in Go and the parser package is public (https://pkg.go.dev/github.com/genjidb/genji@v0.8.0/sql/parser), it would be possible to write a sqlc backend for it. I'm currently focusing on MySQL, PostgreSQL, and SQLite support and have no current plans for additional backends. If you;d like to work on it, I'm happy to help guide you.