Switched Go Oracle ODPI-C Driver (#3450)

* Removed deprecated driver

* Added new oracle driver

* Added missing period

* Fixed alphapet order
This commit is contained in:
Enrico Bianchi 2021-01-22 04:58:07 +01:00 committed by GitHub
parent df3af150a5
commit 7bfa6d1475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -541,6 +541,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [go-oci8](https://github.com/mattn/go-oci8) - Oracle driver for go that uses database/sql.
* [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.
* [godror](https://github.com/godror/godror) - Oracle driver for Go, using the ODPI-C driver.
* [gofreetds](https://github.com/minus5/gofreetds) - Microsoft MSSQL driver. Go wrapper over [FreeTDS](http://www.freetds.org).
* [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.