mirror of
https://gitlab.com/nullmax17/RestySqlite.git
synced 2025-03-14 16:01:13 +03:00
update readme
This commit is contained in:
parent
6717e2dcf7
commit
0f47d16a26
10
README.md
10
README.md
@ -10,6 +10,16 @@ WIP online sqlite database managment system
|
||||
In future I want to make a RESTfull application which will allow
|
||||
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
|
||||
|
||||
API **will** provide endpoint for each table and table column inside database.
|
||||
|
||||
API **will** allow execute any SQL query.
|
||||
|
Loading…
x
Reference in New Issue
Block a user