From 84eb2e460a5653f1bdc75a91bc45632c5d6e70ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Sun, 9 Apr 2023 00:56:28 -0300 Subject: [PATCH] Add KSQL on the 3rd party section of the README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 29d9521c..ab3f5ea7 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,11 @@ These adapters can be used with the tracelog package. Library for scanning data from a database into Go structs and more. +### [github.com/vingarcia/ksql](https://github.com/vingarcia/ksql) + +A carefully designed SQL client for making using SQL easier, +more productive, and less error-prone on Golang. + ### [https://github.com/otan/gopgkrb5](https://github.com/otan/gopgkrb5) Adds GSSAPI / Kerberos authentication support.