fix readme endpoints example

This commit is contained in:
Max Chaev 2025-02-09 12:59:02 +03:00
parent 0f47d16a26
commit 09907a6cb6

View File

@ -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