From 6fa5cc2683ee2499083cf1e2d66333498c3b081b Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Sat, 2 Aug 2014 11:10:08 -0700 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md 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 +```