From c19474725c2ef30521d0344ff7375d6dd74c61aa Mon Sep 17 00:00:00 2001 From: Cemre Mengu Date: Wed, 18 Apr 2018 16:54:39 +0300 Subject: [PATCH] Added goracle (#1841) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added goracle Oracle driver for Go, using the ODPI-C driver * Updated alphabetical order ¯\_(ツ)_/¯ . --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7669ad66..8558bca5 100644 --- a/README.md +++ b/README.md @@ -372,6 +372,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) - MySQL driver for Go. * [go-sqlite3](https://github.com/mattn/go-sqlite3) - SQLite3 driver for go that uses database/sql. * [gofreetds](https://github.com/minus5/gofreetds) - Microsoft MSSQL driver. Go wrapper over [FreeTDS](http://www.freetds.org). + * [goracle](https://github.com/go-goracle/goracle) - Oracle driver for Go, using the ODPI-C driver * [pgx](https://github.com/jackc/pgx) - PostgreSQL driver supporting features beyond those exposed by database/sql. * [pq](https://github.com/lib/pq) - Pure Go Postgres driver for database/sql.