Files
postgrest/README.md
T
2014-08-14 12:12:42 -07:00

10 lines
240 B
Markdown

## Serve a RESTful API from any Postgres database
[![Build Status](https://travis-ci.org/begriffs/dbapi.svg)](https://travis-ci.org/begriffs/dbapi)
Example usage:
```sh
dbapi -p 3000 -d postgres://postgres:@localhost:5432/dbapi_test
```