Add a link to the Wiki to the start of the README file

pull/23/head
Vinícius Garcia 2022-07-03 23:56:34 -03:00
parent cf93f7441a
commit df71d5a7eb
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ 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.
In this README you will find examples for "Getting Started" with the library,
for more advanced use-cases [please read our Wiki](https://github.com/VinGarcia/ksql/wiki).
## Using KSQL
This is a TLDR version of the more complete examples below.