sqlc
sqlc copied to clipboard
YDB support (draft)
@asmyasnikov appreciate the effort here! Right now supporting the three existing database engines is challenging enough. I have some longer term plans on making that easy, but in the meantime, I'm not going to merge support for YDB. I'd encourage you to maintain this as a fork until things are in a place where supporting custom engines is easier.
@kyleconroy What do you think of using an external database engine as a plugin, similar to a database/sql or GORM (for example using "_" import for register engine)?