diff --git a/SQLDrivers.md b/SQLDrivers.md index 4221fa51..d5fa78b5 100644 --- a/SQLDrivers.md +++ b/SQLDrivers.md @@ -66,7 +66,7 @@ Drivers for Go's sql package include: * **YQL (Yahoo! Query Language)**: https://github.com/mattn/go-yql * **Apache Hive**: https://github.com/sql-machine-learning/gohive * **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 ` [**] ` pass the compatibility test suite but are not currently included in it.