The goal of this project is to build a simple HTTP client for consuming a Postgrest endpoint.
This project was uses maven to handle dependencies.
Run mvn clean install. Maven will retrieve dependencies. The project does require Lombok and Jacksonin the project to run.
We do plan on adding the project to Maven central once the project reaches a certain level of maturity.
Coming soon!
- Get one row
- Get many rows by condition
- Simple query
- Complex query
- Get all rows in a table
- Insert a row
- Update a row
- Delete a row
- Offsets & limits
- IteratorAbstractor
- Selected columns
- Security token