From 569b6a2572fc9d4e3d0bfe4775b626f003cf0573 Mon Sep 17 00:00:00 2001 From: Mohamed Allam Date: Sat, 20 Aug 2022 07:59:25 +0100 Subject: [PATCH] add ksql (#4371) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42ea9176..2297e633 100644 --- a/README.md +++ b/README.md @@ -797,6 +797,7 @@ _Libraries for building and using SQL._ - [godror](https://github.com/godror/godror) - Oracle driver for Go, using the ODPI-C driver. - [gofreetds](https://github.com/minus5/gofreetds) - Microsoft MSSQL driver. Go wrapper over [FreeTDS](https://www.freetds.org). - [Kivik](https://github.com/go-kivik/kivik) - Kivik provides a common Go and GopherJS client library for CouchDB, PouchDB, and similar databases. +- [KSQL](https://github.com/VinGarcia/ksql) - A Simple and Powerful Golang SQL Library - [pgx](https://github.com/jackc/pgx) - PostgreSQL driver supporting features beyond those exposed by database/sql. - [pig](https://github.com/alexeyco/pig) - Simple [pgx](https://github.com/jackc/pgx) wrapper to execute and [scan](https://github.com/georgysavva/scany) query results easily. - [pq](https://github.com/lib/pq) - Pure Go Postgres driver for database/sql.