From 9073fc765033b947c5f561aa1b922e9ed6409741 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Thu, 9 Oct 2014 10:00:30 -0500 Subject: [PATCH] Readme update --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8c0175..2c217fc 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,13 @@ This will produce `pgweb` binary in the current workdir. ## API -Get database tables: +Get databases: + +``` +GET /databases +``` + +Get current database tables: ``` GET /tables @@ -36,4 +42,5 @@ Execute select query: ``` POST /query?query=SQL +GET /query?query=SQL ``` \ No newline at end of file