From 7daacf0ee24a08b560a452de34ea2e96ccbc637d Mon Sep 17 00:00:00 2001 From: Santiago De la Cruz <51337247+xhit@users.noreply.github.com> Date: Fri, 20 Dec 2019 15:40:26 -0400 Subject: [PATCH] goracle was renamed to godror because of naming (trademark) issues and use github gor go get instead gopkg.in. Added uses cgo to godror --- SQLDrivers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQLDrivers.md b/SQLDrivers.md index d92f9d64..ec74c338 100644 --- a/SQLDrivers.md +++ b/SQLDrivers.md @@ -33,7 +33,7 @@ Drivers for Go's sql package include: * **ODBC**: https://github.com/alexbrainman/odbc * **Oracle**: https://github.com/mattn/go-oci8 * **Oracle**: https://gopkg.in/rana/ora.v4 - * **Oracle**: https://gopkg.in/goracle.v2 + * **Oracle** (uses cgo): https://github.com/godror/godror * **QL**: http://godoc.org/github.com/cznic/ql/driver * **Postgres** (pure Go): https://github.com/lib/pq ` [*] ` * **Postgres** (uses cgo): https://github.com/jbarham/gopgsqldriver