Type in communication

A type in the word "communication" in the description.
pull/27/head
Mohamed Allam 2022-08-10 20:26:45 +01:00 committed by GitHub
parent d73528bd8b
commit f155607beb
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.