docs: update README with gbase8s driver links

This commit is contained in:
zhangyunfei 2025-07-17 07:01:26 +00:00
parent e930396f66
commit a9dcd020c6
2 changed files with 6 additions and 0 deletions

View File

@ -50,6 +50,9 @@ Drivers for Go's sql package which currently support database/sql includes:
* MsSql * MsSql
- [github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb) - [github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb)
* GBase8s
- [https://gitee.com/GBase8s/go-gci](https://gitee.com/GBase8s/go-gci)
* Oracle * Oracle
- [github.com/godror/godror](https://github.com/godror/godror) (experiment) - [github.com/godror/godror](https://github.com/godror/godror) (experiment)
- [github.com/mattn/go-oci8](https://github.com/mattn/go-oci8) (experiment) - [github.com/mattn/go-oci8](https://github.com/mattn/go-oci8) (experiment)

View File

@ -49,6 +49,9 @@ v1.0.0 相对于 v0.8.2 有以下不兼容的变更:
* MsSql * MsSql
- [github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb) - [github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb)
* GBase8s
- [https://gitee.com/GBase8s/go-gci](https://gitee.com/GBase8s/go-gci)
* Oracle * Oracle
- [github.com/godror/godror](https://github.com/godror/godror) (试验性支持) - [github.com/godror/godror](https://github.com/godror/godror) (试验性支持)
- [github.com/mattn/go-oci8](https://github.com/mattn/go-oci8) (试验性支持) - [github.com/mattn/go-oci8](https://github.com/mattn/go-oci8) (试验性支持)