New gitea

This commit is contained in:
Milan Toman
2021-01-20 14:40:22 +01:00
parent d1ca046f64
commit b018b30b79
3 changed files with 18 additions and 17 deletions

View File

@@ -28,6 +28,7 @@ https://cherrypy.org/
- Conditions operators and values can obviously be merged to one statement
and sent to the API as is - then need to be validated.
- INSERT
- **STRUCTURE** http://server/{operation}/{db}/{table}/?values=1,2,3,4
- INSERT INTO {table} VALUES({val1}, {val2})
- validate number of fields and types
- error handling and tracebacks