diff --git a/README.md b/README.md new file mode 100644 index 000000000..c86f3348b --- /dev/null +++ b/README.md @@ -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 +```