Add documentation for paginated and multi level request
This commit is contained in:
13
README.md
13
README.md
@@ -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_
|
||||
|
||||
[](https://sonarcloud.io/dashboard?id=postgres-json)
|
||||
[](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
|
||||
Reference in New Issue
Block a user