22 lines
997 B
Markdown
22 lines
997 B
Markdown
PostgresJson
|
|
============
|
|
_Kotlin library to request postgres with native SQL queries_
|
|
|
|
[](https://sonarcloud.io/dashboard?id=postgres-json)
|
|
[](https://sonarcloud.io/dashboard?id=postgres-json)
|
|
[](https://sonarcloud.io/dashboard?id=postgres-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 |