Update 'README.md'
This commit is contained in:
27
README.md
27
README.md
@@ -1,12 +1,19 @@
|
||||
# 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
|
||||
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
|
||||
https://cherrypy.org/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user