Updated _Sidebar (markdown)

Vinícius Garcia 2023-07-16 22:23:49 -03:00
parent 0ef6054095
commit d1d9838cd5

@ -1,17 +1,18 @@
### [Home](https://github.com/VinGarcia/ksql/wiki) ### [Home](https://github.com/VinGarcia/ksql/wiki)
- [Why KSQL](https://github.com/VinGarcia/ksql/wiki#why-ksql) - [Why KSQL](https://github.com/VinGarcia/ksql/wiki#why-ksql)
- [Comparing KSQL with Other Tools](https://github.com/VinGarcia/ksql/wiki/Comparing-KSQL-with-Other-Tools) - [Comparing KSQL with other tools](https://github.com/VinGarcia/ksql/wiki/Comparing-KSQL-with-Other-Tools)
- [Examples](https://github.com/VinGarcia/ksql/tree/master/examples) - [Examples](https://github.com/VinGarcia/ksql/tree/master/examples)
### Features ### Features
- [Querying in Chunks for Big Queries](https://github.com/VinGarcia/ksql/wiki/Querying-in-Chunks-for-Big-Queries) - [Querying in chunks for big queries](https://github.com/VinGarcia/ksql/wiki/Querying-in-Chunks-for-Big-Queries)
- [sql.Scan, sql.Value and Modifiers](https://github.com/VinGarcia/ksql/wiki/sql.Scan,-sql.Value-and-Modifiers) - [sql.Scan, sql.Value and Modifiers](https://github.com/VinGarcia/ksql/wiki/sql.Scan,-sql.Value-and-Modifiers)
- [PGx Support](https://github.com/VinGarcia/ksql/wiki/PGX-Support) - [PGx support](https://github.com/VinGarcia/ksql/wiki/PGX-Support)
### Advanced Features ### Advanced Features
- [Avoiding Code Duplication with the SELECT Builder](https://github.com/VinGarcia/ksql/wiki/Avoiding-Code-Duplication-with-the-Select-Builder) - [Avoiding code duplication with the SELECT builder](https://github.com/VinGarcia/ksql/wiki/Avoiding-Code-Duplication-with-the-Select-Builder)
- [Reusing Existing Structs on Queries with JOINs](https://github.com/VinGarcia/ksql/wiki/Reusing-Existing-Structs-on-Queries-with-JOINs) - [Reusing existing structs on queries with JOINs](https://github.com/VinGarcia/ksql/wiki/Reusing-Existing-Structs-on-Queries-with-JOINs)
- [Debugging with `ksql.InjectLogger`](https://github.com/VinGarcia/ksql/wiki/Debugging-with-%60ksql.InjectLogger%60)
### Writing Tests ### Writing Tests
- [Testing Tools and `ksql.Mock`](https://github.com/VinGarcia/ksql/wiki/Testing-Tools-and-ksql.Mock) - [Testing tools and `ksql.Mock`](https://github.com/VinGarcia/ksql/wiki/Testing-Tools-and-ksql.Mock)