Working SELECT, working on INSERT

This commit is contained in:
2019-07-08 08:45:34 +02:00
parent 8b8545e5b9
commit 74882d36c2
2 changed files with 130 additions and 34 deletions

View File

@@ -30,6 +30,7 @@ https://cherrypy.org/
- validate number of fields and types
- error handling and tracebacks
- SELECT
- *STRUCTURE:* http://server/{operation}/\[{db}/\[{table}\]\]/\[?json\]
- SELECT {fields} FROM {table} WHERE {condition} {operator} {value}
- the whole where cluase is optional, but needs to be implemented
- DELETE