Updated SQLDrivers (markdown)

Thomas 2019-02-01 12:05:06 +01:00
parent 87ab1c7b67
commit 3691e10d15

@ -43,6 +43,7 @@ Drivers for Go's sql package include:
* **SQLite**: (uses cgo): https://github.com/rsc/sqlite * **SQLite**: (uses cgo): https://github.com/rsc/sqlite
* **SQL over REST**: https://github.com/adaptant-labs/go-sql-rest-driver * **SQL over REST**: https://github.com/adaptant-labs/go-sql-rest-driver
* **Sybase SQL Anywhere**: https://github.com/a-palchikov/sqlago * **Sybase SQL Anywhere**: https://github.com/a-palchikov/sqlago
* **Sybase ASE** (pure go): https://github.com/thda/tds
* **Vitess**: https://godoc.org/vitess.io/vitess/go/vt/vitessdriver * **Vitess**: https://godoc.org/vitess.io/vitess/go/vt/vitessdriver
* **YQL (Yahoo! Query Language)**: https://github.com/mattn/go-yql * **YQL (Yahoo! Query Language)**: https://github.com/mattn/go-yql