mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add YDB to RDBMS drivers and Messaging systems (#4423)
This commit is contained in:
parent
d19e77889f
commit
93a283fa94
@ -804,6 +804,7 @@ _Libraries for building and using SQL._
|
|||||||
- [pq](https://github.com/lib/pq) - Pure Go Postgres driver for database/sql.
|
- [pq](https://github.com/lib/pq) - Pure Go Postgres driver for database/sql.
|
||||||
- [Sqinn-Go](https://github.com/cvilsmeier/sqinn-go) - SQLite with pure Go.
|
- [Sqinn-Go](https://github.com/cvilsmeier/sqinn-go) - SQLite with pure Go.
|
||||||
- [sqlhooks](https://github.com/qustavo/sqlhooks) - Attach hooks to any database/sql driver.
|
- [sqlhooks](https://github.com/qustavo/sqlhooks) - Attach hooks to any database/sql driver.
|
||||||
|
- [ydb-go-sdk](https://github.com/ydb-platform/ydb-go-sdk) - native and database/sql driver YDB (Yandex Database)
|
||||||
|
|
||||||
### NoSQL Database Drivers
|
### NoSQL Database Drivers
|
||||||
|
|
||||||
@ -1583,6 +1584,7 @@ _Libraries that implement messaging systems._
|
|||||||
- [rmqconn](https://github.com/sbabiv/rmqconn) - RabbitMQ Reconnection. Wrapper over amqp.Connection and amqp.Dial. Allowing to do a reconnection when the connection is broken before forcing the call to the Close () method to be closed.
|
- [rmqconn](https://github.com/sbabiv/rmqconn) - RabbitMQ Reconnection. Wrapper over amqp.Connection and amqp.Dial. Allowing to do a reconnection when the connection is broken before forcing the call to the Close () method to be closed.
|
||||||
- [sarama](https://github.com/Shopify/sarama) - Go library for Apache Kafka.
|
- [sarama](https://github.com/Shopify/sarama) - Go library for Apache Kafka.
|
||||||
- [Uniqush-Push](https://github.com/uniqush/uniqush-push) - Redis backed unified push service for server-side notifications to mobile devices.
|
- [Uniqush-Push](https://github.com/uniqush/uniqush-push) - Redis backed unified push service for server-side notifications to mobile devices.
|
||||||
|
- [ydb-go-sdk](https://github.com/ydb-platform/ydb-go-sdk) - client for YDB (Yandex Database) Topic service
|
||||||
- [zmq4](https://github.com/pebbe/zmq4) - Go interface to ZeroMQ version 4. Also available for [version 3](https://github.com/pebbe/zmq3) and [version 2](https://github.com/pebbe/zmq2).
|
- [zmq4](https://github.com/pebbe/zmq4) - Go interface to ZeroMQ version 4. Also available for [version 3](https://github.com/pebbe/zmq3) and [version 2](https://github.com/pebbe/zmq2).
|
||||||
|
|
||||||
**[⬆ back to top](#contents)**
|
**[⬆ back to top](#contents)**
|
||||||
|
Loading…
Reference in New Issue
Block a user