RobHumphris / prest

pREST is a way to serve a RESTful API from any databases written in Go

Home Page:http://postgres.rest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RESTful API pREST

Build Status GoDoc Go Report Card codecov Gitter Open Source Helpers

Serve a RESTful API from any PostgreSQL database

Postgres version

  • 9.4 or higher

Problem

There is PostgREST written in Haskell, but keeping Haskell software in production is not an easy job. With this need pREST was born. Read more.

Documentation

https://postgres.rest/ (source)

About

pREST is a way to serve a RESTful API from any databases written in Go

http://postgres.rest

License:MIT License


Languages

Language:Go 92.3%Language:Dockerfile 7.7%