This commit is contained in:
2019-06-12 20:05:00 +02:00
parent 71e59f389f
commit 9a8679d31f

View File

@@ -3,11 +3,10 @@
Simple, lightweight, universal SQLite API, based on cherrypy. Simple, lightweight, universal SQLite API, based on cherrypy.
## Requirements: ## Requirements:
------------------------ 1. universal
1, universal 2. ssl / non-ssl versions
2, ssl / non-ssl versions 3. secure / cleanup of querries
3, secure / cleanup of querries 4. DB/table specification
4, DB/table specification 5. row inserts
5, row inserts 6. row deletes
6, row deletes 7. row modifies
7, row modifies