Skip to content

team142/jgrest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages