Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.28 KB

README.md

File metadata and controls

48 lines (28 loc) · 1.28 KB

JGrest - Java PostGrest client

Build Status Pending Pull-Requests Github Issues License

The goal of this project is to build a simple HTTP client for consuming a Postgrest endpoint.

Development

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.

Usage - Maven

Coming soon!

Features

Complete & tested

  • Get one row
  • Get many rows by condition
  • Simple query
  • Complex query
  • Get all rows in a table

Completed but not fully tested

  • Insert a row
  • Update a row
  • Delete a row

Planned

  • Offsets & limits
  • IteratorAbstractor
  • Selected columns
  • Security token