mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Added goracle (#1841)
* Added goracle Oracle driver for Go, using the ODPI-C driver * Updated alphabetical order ¯\_(ツ)_/¯ .
This commit is contained in:
parent
c21ea904fa
commit
c19474725c
@ -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-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.
|
* [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).
|
* [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.
|
* [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.
|
* [pq](https://github.com/lib/pq) - Pure Go Postgres driver for database/sql.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user