8 lines
141 B
Markdown
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
|
|
```
|