Files
postgres-json/README.md

997 B

PostgresJson

Kotlin library to request postgres with native SQL queries

Quality Gate Status Coverage Lines of Code


The best benefits

  • Total control of all Postgresql features and SQL language
  • More speed and flexible than an ORM
  • Multi level request
  • Queries are written in separate native .sql files
  • Automatic tested database migration and rollback
  • Unit testing of SQL queries