From 09907a6cb63b21179dd002c285d8ca78fe64a6ac Mon Sep 17 00:00:00 2001 From: Max Nullov Date: Sun, 9 Feb 2025 12:59:02 +0300 Subject: [PATCH] fix readme endpoints example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7860df5..1fac037 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,11 @@ easy database manipulation. ### Example endpoints `GET:localhost/table_name/column_name/` - will provide json of objects inside column + `GET:localhost/table_name/column_name/id` - will provide json object specific to this id `POST:localhost/` - will allow execute global query to database. For example creating new table. + `POST:localhost/table_name` - will allow execute query on specific table. For example add new field. ### Manifest of goals