mirror of
https://gitlab.com/nullmax17/RestySqlite.git
synced 2025-03-14 16:01:13 +03:00
readme update
This commit is contained in:
parent
4bdf5e6d41
commit
b26a87939a
18
README.md
18
README.md
@ -1,3 +1,19 @@
|
||||
# RestySqlite
|
||||
|
||||
WIP online sqlite database managment system
|
||||
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.
|
Loading…
x
Reference in New Issue
Block a user