PostgresJson ============ _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) [![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=postgres-json&metric=ncloc)](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