a4a4ef5f6f3fa726fbc49daa990068e953c74122
remove "sendQuery" on function sendQuery now return QueryResult remove null on queryError message
PostgresJson
Kotlin library to request postgres with native SQL queries
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
.sqlfiles - Automatic tested database migration and rollback
- Unit testing of SQL queries
Description