From b26a87939a6b7cfecf197f4aeb72c31fa786319f Mon Sep 17 00:00:00 2001 From: Max Nullov Date: Sun, 9 Feb 2025 12:46:42 +0300 Subject: [PATCH] readme update --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4817a1..a2845f3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ # RestySqlite -WIP online sqlite database managment system \ No newline at end of file +WIP online sqlite database managment system + +- WebAPI is not implemented yet. +- Database abstraction is almost done + +## How it will work? + +In future I want to make a RESTfull application which will allow +easy database manipulation. + +API **will** provide endpoint for each table and table column inside database. + +API **will** allow execute any SQL query. + +API **will NOT** protect from SQL injections. It's up to user manage security stuff. + +API **will NOT** protect itself via password. It's up to user manage security stuff. \ No newline at end of file