## 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 ```