Updated SQLDrivers (markdown)

Aleksey Myasnikov 2022-09-09 20:24:43 +03:00
parent efc96c5b47
commit 296bf65d4f

@ -66,7 +66,7 @@ Drivers for Go's sql package include:
* **YQL (Yahoo! Query Language)**: https://github.com/mattn/go-yql * **YQL (Yahoo! Query Language)**: https://github.com/mattn/go-yql
* **Apache Hive**: https://github.com/sql-machine-learning/gohive * **Apache Hive**: https://github.com/sql-machine-learning/gohive
* **MaxCompute**: https://github.com/sql-machine-learning/gomaxcompute * **MaxCompute**: https://github.com/sql-machine-learning/gomaxcompute
* **YDB (Yandex Database)** https://github.com/ydb-platform/ydb-go-sdk * **YDB (Yandex Database)** (pure go): https://github.com/ydb-platform/ydb-go-sdk
Drivers marked with ` [*] ` are both included in and pass the compatibility test suite at https://github.com/bradfitz/go-sql-test. Drivers marked with ` [*] ` are both included in and pass the compatibility test suite at https://github.com/bradfitz/go-sql-test.
Drivers marked with ` [**] ` pass the compatibility test suite but are not currently included in it. Drivers marked with ` [**] ` pass the compatibility test suite but are not currently included in it.