Merge pull request #27 from mohamedallam1991/patch-2

Type in communication
pull/29/head
Vinícius Garcia 2022-08-10 16:38:31 -03:00 committed by GitHub
commit b08934f34e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ KSQL was created to offer an actually simple and satisfactory
tool for interacting with SQL Databases in Golang.
The core idea on KSQL is to offer an easy to use interface,
the actual comunication with the database is decoupled so we can use
the actual communication with the database is decoupled so we can use
KSQL on top of `pgx`, `database/sql` and possibly other tools.
You can even create you own backend adapter for KSQL which is
useful in some situations.