@@ -255,9 +255,8 @@ The following are the [Go SQL drivers][go-sql] that `usql` supports, the
255255associated database, scheme / build tag, and scheme aliases:
256256
257257<!-- DRIVER DETAILS START -->
258-
259258| Database | Scheme / Tag | Scheme Aliases | Driver Package / Notes |
260- | -------------------- | --------------- | ----------------------------------------------- | --------------------------------------------------------------------------- |
259+ | ---------------------- | ----------------- | ------------------------------------------------- | ----------------------------------------------------------------------------- |
261260| PostgreSQL | ` postgres ` | ` pg ` , ` pgsql ` , ` postgresql ` | [ github.com/lib/pq] [ d-postgres ] |
262261| MySQL | ` mysql ` | ` my ` , ` maria ` , ` aurora ` , ` mariadb ` , ` percona ` | [ github.com/go-sql-driver/mysql] [ d-mysql ] |
263262| Microsoft SQL Server | ` sqlserver ` | ` ms ` , ` mssql ` , ` azuresql ` | [ github.com/microsoft/go-mssqldb] [ d-sqlserver ] |
@@ -273,7 +272,7 @@ associated database, scheme / build tag, and scheme aliases:
273272| Apache Hive | ` hive ` | ` hi ` , ` hive2 ` | [ sqlflow.org/gohive] [ d-hive ] |
274273| Apache Ignite | ` ignite ` | ` ig ` , ` gridgain ` | [ github.com/amsokol/ignite-go-client/sql] [ d-ignite ] |
275274| AWS Athena | ` athena ` | ` s3 ` , ` aws ` , ` awsathena ` | [ github.com/uber/athenadriver/go] [ d-athena ] |
276- | Azure CosmosDB | ` cosmos ` | ` cm ` | [ github.com/btnguyen2k/gocosmos] [ d-cosmos ] |
275+ | Azure CosmosDB | ` cosmos ` | ` cm ` , ` gocosmos ` | [ github.com/btnguyen2k/gocosmos] [ d-cosmos ] |
277276| Cassandra | ` cassandra ` | ` ca ` , ` scy ` , ` scylla ` , ` datastax ` , ` cql ` | [ github.com/MichaelS11/go-cql-driver] [ d-cassandra ] |
278277| ChaiSQL | ` chai ` | ` ci ` , ` genji ` , ` chaisql ` | [ github.com/chaisql/chai/driver] [ d-chai ] |
279278| Couchbase | ` couchbase ` | ` n1 ` , ` n1ql ` | [ github.com/couchbase/go_n1ql] [ d-couchbase ] |
@@ -365,7 +364,6 @@ associated database, scheme / build tag, and scheme aliases:
365364[ d-vertica ] : https://github.com/vertica/vertica-sql-go
366365[ d-voltdb ] : https://github.com/VoltDB/voltdb-client-go
367366[ d-ydb ] : https://github.com/ydb-platform/ydb-go-sdk
368-
369367<!-- DRIVER DETAILS END -->
370368
371369[ f-cgo ] : #f-cgo " Requires CGO "
0 commit comments