Skip to content

Commit

Permalink
Add IBM Netezza
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed Apr 1, 2021
1 parent e5bb8ac commit cb2a55f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ supported out of the box:
| Genji (genji) | gj |
| Google BigQuery (bigquery) | bq |
| Google Spanner (spanner) | sp |
| IBM Netezza (nzgo) | nz, netezza |
| Microsoft ADODB (adodb) | ad, ado |
| ModernC SQLite (moderncsqlite) | mq, modernsqlite |
| ODBC (odbc) | od |
Expand Down Expand Up @@ -199,6 +200,7 @@ to be imported:
| Genji (genji) | [github.com/genjidb/genji/sql/driver](https://github.com/genjidb/genji) |
| Google BigQuery (bigquery) | [gorm.io/driver/bigquery/driver](https://gorm.io/driver/bigquery/driver) |
| Google Spanner (spanner) | [github.com/rakyll/go-sql-driver-spanner](https://github.com/rakyll/go-sql-driver-spanner) |
| IBM Netezza (nzgo) | [github.com/IBM/nzgo](https://github.com/IBM/nzgo) |
| Microsoft ADODB (adodb) | [github.com/mattn/go-adodb](https://github.com/mattn/go-adodb) |
| ModernC SQLite (moderncsqlite) | [modernc.org/sqlite](https://modernc.org/sqlite) |
| ODBC (odbc) | [github.com/alexbrainman/odbc](https://github.com/alexbrainman/odbc) |
Expand Down
2 changes: 2 additions & 0 deletions dburl.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
// Genji (genji) | gj
// Google BigQuery (bigquery) | bq
// Google Spanner (spanner) | sp
// IBM Netezza (nzgo) | nz, nzgo
// Microsoft ADODB (adodb) | ad, ado
// ModernC SQLite (moderncsqlite) | mq, modernsqlite
// ODBC (odbc) | od
Expand Down Expand Up @@ -160,6 +161,7 @@
// Genji (genji) | github.com/genjidb/genji/sql/driver
// Google BigQuery (bigquery) | gorm.io/driver/bigquery/driver
// Google Spanner (spanner) | github.com/rakyll/go-sql-driver-spanner
// IBM Netezza (nzgo) | github.com/IBM/nzgo
// Microsoft ADODB (adodb) | github.com/mattn/go-adodb
// ModernC SQLite (moderncsqlite) | modernc.org/sqlite
// ODBC (odbc) | github.com/alexbrainman/odbc
Expand Down
1 change: 1 addition & 0 deletions scheme.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ func BaseSchemes() []Scheme {
{"maxcompute", GenSchemeTruncate, 0, false, []string{"mc"}, ""},
{"moderncsqlite", GenOpaque, 0, true, []string{"mq", "modernsqlite"}, ""},
{"n1ql", GenFromURL("http://localhost:9000/"), 0, false, []string{"couchbase"}, ""},
{"nzgo", GenPostgres, TransportUnix, false, []string{"nz", "netezza"}, ""},
{"odbc", GenODBC, TransportAny, false, nil, ""},
{"oleodbc", GenOLEODBC, TransportAny, false, []string{"oo", "ole"}, "adodb"},
{"presto", GenPresto, 0, false, []string{"prestodb", "prestos", "prs", "prestodbs"}, ""},
Expand Down

0 comments on commit cb2a55f

Please sign in to comment.