From a9dcd020c689bcf051cbfe5f438d66fc4a9223a7 Mon Sep 17 00:00:00 2001 From: zhangyunfei Date: Thu, 17 Jul 2025 07:01:26 +0000 Subject: [PATCH] docs: update README with gbase8s driver links --- README.md | 3 +++ README_CN.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 20ae3e55..3eb99321 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,9 @@ Drivers for Go's sql package which currently support database/sql includes: * MsSql - [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 - [github.com/godror/godror](https://github.com/godror/godror) (experiment) - [github.com/mattn/go-oci8](https://github.com/mattn/go-oci8) (experiment) diff --git a/README_CN.md b/README_CN.md index ba18755e..985a7293 100644 --- a/README_CN.md +++ b/README_CN.md @@ -49,6 +49,9 @@ v1.0.0 相对于 v0.8.2 有以下不兼容的变更: * MsSql - [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 - [github.com/godror/godror](https://github.com/godror/godror) (试验性支持) - [github.com/mattn/go-oci8](https://github.com/mattn/go-oci8) (试验性支持)