Add documentation for paginated and multi level request

This commit is contained in:
2021-07-14 03:32:46 +02:00
parent 414dec1f98
commit 8a848fd3dc
4 changed files with 127 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
PostgresJson
============
_Kotlin library to request postgres with native SQL queries and return JSON_
_Kotlin library to request postgres with native SQL queries_
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=postgres-json&metric=alert_status)](https://sonarcloud.io/dashboard?id=postgres-json)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=postgres-json&metric=coverage)](https://sonarcloud.io/dashboard?id=postgres-json)
@@ -9,3 +9,14 @@ _Kotlin library to request postgres with native SQL queries and return JSON_
* [Installation](./docs/installation.md)
* [Migrations](./docs/migrations/migrations.md)
* [Usage](./docs/usage/usage.md)
---
## The best benefits
* Total control of all Postgresql features and SQL language
* More speed and flexible than an ORM
* [Multi level request](./docs/usage/multi-level.md)
* Queries are written in separate native `.sql` files
* Automatic tested database migration and rollback
* Unit testing of SQL queries