Skip to content

Commit

Permalink
improve readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baxiry committed Jun 21, 2024
1 parent c8b8b3a commit ab1e270
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -19,7 +20,6 @@ go get github.com/baxiry/zaradb && cd zaradb && go build .
```



***API Documentation***:

## Note
Expand Down

0 comments on commit ab1e270

Please sign in to comment.