usql
usql copied to clipboard
能否增加几个数据库的支持
能否增加对以下:达梦(dm),金仓(kingbase),神通(shentong),南大通用(gbase) 数据库的支持? 参考项目:https://gitee.com/chunanyong/zorm
@super-vip I am always open to adding support for more databases. I am not able to find the Go drivers for those databases. Could you provide links to any available Go driver for them? Thanks.
It appears that the Kingbase database is just based on PostgreSQL, so I would assume that the postgres
driver works fine. The Shentong database appears to have ODBC drivers available, and no Go drivers available -- as such, you should be able to connect to it using the odbc
driver. The Gbase database seems to be based on MySQL, and as such the mysql
driver should work with it.