Skip to content

Commit e6ddf2a

Browse files
committed
Updating dependencies
1 parent a367ec1 commit e6ddf2a

File tree

5 files changed

+287
-301
lines changed

5 files changed

+287
-301
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2024 Kenneth Shaw
3+
Copyright (c) 2016-2025 Kenneth Shaw
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,8 @@ The following are the [Go SQL drivers][go-sql] that `usql` supports, the
255255
associated 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

Comments
 (0)