10 lines
240 B
Markdown
10 lines
240 B
Markdown
## Serve a RESTful API from any Postgres database
|
|
|
|
[](https://travis-ci.org/begriffs/dbapi)
|
|
|
|
Example usage:
|
|
|
|
```sh
|
|
dbapi -p 3000 -d postgres://postgres:@localhost:5432/dbapi_test
|
|
```
|