Files
postgrest/README.md
T
2014-09-23 16:45:52 -07:00

435 B

Serve a RESTful API from any Postgres database

Build Status

Installation

brew install postgres
createuser -d postgres
createdb dbapi_test -O postgres
cabal install -j --enable-tests --reorder-goals

Example usage:

dbapi -p 3000 -d postgres://postgres:@localhost:5432/dbapi_test

Running tests

cabal test