Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Nov 5, 2024
1 parent a026be5 commit 328a586
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@
<p align="center"><code>nimble install crossdb</code></p>
<p align="center">
<a href="https://github.com/">API reference</a><br>
<img src="https://github.com/openpeeps/crossdb-nim/workflows/test/badge.svg" alt="Github Actions"> <img src="https://github.com/openpeeps/crossdb-nim/workflows/docs/badge.svg" alt="Github Actions">
<img src="https://github.com/openpeeps/crossdb/workflows/test/badge.svg" alt="Github Actions"> <img src="https://github.com/openpeeps/crossdb/workflows/docs/badge.svg" alt="Github Actions">
</p>

## 😍 Key Features
- Lightweight embeddable RDMBS
- Support for In-Memory Database (IMDB), RamDisk and Hybrid Storage.
- Standard SQL and many extensions from MySQL
- Hash and RBTree indexes
- Multi-column indexes
- And more! [Check CrossDB repository for more features](https://github.com/crossdb-org/crossdb).

This package provides:
- Low-level & High-level bindings

## Examples
todo
Expand Down

0 comments on commit 328a586

Please sign in to comment.