This commit is contained in:
Collin 2024-03-14 14:47:39 +00:00
parent 9ff74beb0e
commit 9ae541781f

View File

@ -1,5 +1,5 @@
# LonaDB
LonaDB is a document-oriented DBMS written in PHP. It utilizes AES-encrypted JSON files to store data.</br>
LonaDB is a document-oriented DBMS written in PHP. It utilizes AES-encrypted JSON files to store data.<br/>
The communication between the server and clients happens with a TCP-socket using our own API.
## Important links