Create README.md

This commit is contained in:
Joe Nelson
2014-08-02 11:10:08 -07:00
parent a7451f0e96
commit 6fa5cc2683
+7
View File
@@ -0,0 +1,7 @@
## Serve a RESTful API from any Postgres database
Example usage:
```sh
dbapi -p 3000 -d postgres://postgres:@localhost:5432/dbapi_test
```