From ab1e270fe86ec4093016de87d8f5b42fc09be7e5 Mon Sep 17 00:00:00 2001 From: baxiry Date: Fri, 21 Jun 2024 23:55:23 +0300 Subject: [PATCH] improve readme.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2cecf96..568635e 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,16 @@ + + **ZaraDB:** A Lightweight and Fast Document Database ZaraDB is a lightweight, fast, open-licensed document database with no hidden restrictions. Its goal is to be a lightweight alternative to common documentary databases. It can also provide superior performance compared to Mongo in many common use cases. -***Limitations***: -Horizontal scale and achieving ACID are two things that do not go together, so Zara chooses to achieve ACID. -It is a missing feature in documentary databases. +**Limitations**: +Horizontal scale is not one of Zara's goals currently. -***Installation*** +**Installation** download zara pre-compiled from [here](https://github.com/baxiry/zaradb/releases), extract it, and run it as any program. Or compile it from soure: @@ -19,7 +20,6 @@ go get github.com/baxiry/zaradb && cd zaradb && go build . ``` - ***API Documentation***: ## Note