Skip to content

Commit 2a98895

Browse files
committed
Updating README.md
1 parent 57e186e commit 2a98895

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,9 @@ The following table lists the supported `dburl` protocol schemes (ie, driver),
107107
additional aliases, and the related Go driver:
108108

109109
<!-- DRIVER DETAILS START -->
110+
110111
| Database | Scheme / Tag | Scheme Aliases | Driver Package / Notes |
111-
|----------------------|-----------------|-------------------------------------------------|-----------------------------------------------------------------------------|
112+
| -------------------- | --------------- | ----------------------------------------------- | --------------------------------------------------------------------------- |
112113
| PostgreSQL | `postgres` | `pg`, `pgsql`, `postgresql` | [github.com/lib/pq][d-postgres] |
113114
| MySQL | `mysql` | `my`, `maria`, `aurora`, `mariadb`, `percona` | [github.com/go-sql-driver/mysql][d-mysql] |
114115
| Microsoft SQL Server | `sqlserver` | `ms`, `mssql`, `azuresql` | [github.com/microsoft/go-mssqldb][d-sqlserver] |
@@ -135,7 +136,7 @@ additional aliases, and the related Go driver:
135136
| DynamoDb | `dynamodb` | `dy`, `dyn`, `dynamo`, `dynamodb` | [github.com/btnguyen2k/godynamo][d-dynamodb] |
136137
| Exasol | `exasol` | `ex`, `exa` | [github.com/exasol/exasol-driver-go][d-exasol] |
137138
| Firebird | `firebird` | `fb`, `firebirdsql` | [github.com/nakagami/firebirdsql][d-firebird] |
138-
| FlightSQL | `flightsql` | `fl`, `flight` | [github.com/apache/arrow/go/v12/arrow/flight/flightsql/driver][d-flightsql] |
139+
| FlightSQL | `flightsql` | `fl`, `flight` | [github.com/apache/arrow/go/v17/arrow/flight/flightsql/driver][d-flightsql] |
139140
| Google BigQuery | `bigquery` | `bq` | [gorm.io/driver/bigquery/driver][d-bigquery] |
140141
| Google Spanner | `spanner` | `sp` | [github.com/googleapis/go-sql-spanner][d-spanner] |
141142
| Microsoft ADODB | `adodb` | `ad`, `ado` | [github.com/mattn/go-adodb][d-adodb] |
@@ -210,6 +211,7 @@ additional aliases, and the related Go driver:
210211
[d-vertica]: https://github.com/vertica/vertica-sql-go
211212
[d-voltdb]: https://github.com/VoltDB/voltdb-client-go
212213
[d-ydb]: https://github.com/ydb-platform/ydb-go-sdk
214+
213215
<!-- DRIVER DETAILS END -->
214216

215217
[f-cgo]: #f-cgo "Requires CGO"

0 commit comments

Comments
 (0)