I think sqlc can work with genji #714
-
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. |
Beta Was this translation helpful? Give feedback.
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/[email protected]/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. |
Beta Was this translation helpful? Give feedback.
Genji looks pretty cool. Since it's written in Go and the parser package is public (https://pkg.go.dev/github.com/genjidb/[email protected]/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.