52da389102152c7f65f13bde09e9c44d32ff36a3
cherrypy_sqlite_restapi
Simple, lightweight, universal SQLite API, based on cherrypy.
Requirements:
1. universal
2. ssl / non-ssl versions
3. secure / cleanup of querries
4. DB/table specification
5. row inserts
6. row deletes
7. row modifies
REST API
https://www.restapitutorial.com/
Cherrypy http microframework / server
Progress
-
set up Cherrypy server as base for RESTAPI (matoumi)
- cherrypy base, config, root, ssl (later)?
- responses for /insert /select /delete /modify
-
classes and functions for DB operations and mapping
- INSERT
- SELECT
- DELETE
- MODIFY / ALTER
-
aggregate functions and complex queries mapping
Description
Languages
Python
94.6%
HTML
5.4%