Skip to content

Commit

Permalink
Moving genji driver to bad group
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Jul 18, 2023
1 parent ec92ecd commit 542665d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ associated database, scheme / build tag, and scheme aliases:
| Exasol | `exasol` | `ex`, `exa` | [github.com/exasol/exasol-driver-go][d-exasol] |
| Firebird | `firebird` | `fb`, `firebirdsql` | [github.com/nakagami/firebirdsql][d-firebird] |
| FlightSQL | `flightsql` | `fl`, `flight` | [github.com/apache/arrow/go/v12/arrow/flight/flightsql/driver][d-flightsql] |
| Genji | `genji` | `gj` | [github.com/genjidb/genji/driver][d-genji] |
| Google BigQuery | `bigquery` | `bq` | [gorm.io/driver/bigquery/driver][d-bigquery] |
| Google Spanner | `spanner` | `sp` | [github.com/googleapis/go-sql-spanner][d-spanner] |
| Microsoft ADODB | `adodb` | `ad`, `ado` | [github.com/mattn/go-adodb][d-adodb] |
Expand Down Expand Up @@ -264,6 +263,7 @@ associated database, scheme / build tag, and scheme aliases:
| | | | |
| Apache Hive | `hive` | `hi` | [sqlflow.org/gohive][d-hive] |
| Apache Impala | `impala` | `im` | [github.com/bippio/go-impala][d-impala] |
| Genji | `genji` | `gj` | [github.com/genjidb/genji/driver][d-genji] |
| | | | |
| **NO DRIVERS** | `no_base` | | _no base drivers (useful for development)_ |
| **MOST DRIVERS** | `most` | | _all stable drivers_ |
Expand Down
1 change: 1 addition & 0 deletions drivers/genji/genji.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Package genji defines and registers usql's Genji driver.
//
// Group: bad
// See: https://github.com/genjidb/genji
package genji

Expand Down
2 changes: 1 addition & 1 deletion internal/genji.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 542665d

Please sign in to comment.