Files
postgrest/README.md
T
2014-08-02 11:10:08 -07:00

8 lines
141 B
Markdown

## Serve a RESTful API from any Postgres database
Example usage:
```sh
dbapi -p 3000 -d postgres://postgres:@localhost:5432/dbapi_test
```