From 2e196da9dcc1f2a91d21a06e224387e9cf41999a Mon Sep 17 00:00:00 2001 From: Milan Toman Date: Mon, 17 Jun 2019 10:58:25 +0200 Subject: [PATCH] Autocommit via alias, no details --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d834855..9f787e7 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,15 @@ https://www.restapitutorial.com/ ## Cherrypy http microframework / server https://cherrypy.org/ +## Progress +1. set up Cherrypy server as base for RESTAPI (matoumi) + - cherrypy base, config, root, ssl (later)? + - responses for /insert /select /delete /modify + +2. classes and functions for DB operations and mapping + - INSERT + - SELECT + - DELETE + - MODIFY / ALTER + +3. aggregate functions and complex queries mapping