You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
</p>
14
14
15
15
## 😍 Key Features
16
-
-Red-black tree ordered storage of rows and Hash Tables for fast lookups
16
+
-BTrees storage and Hash Tables for fast lookups
17
17
- Write-ahead log (WAL) for durability and crash recovery
18
18
- Simple API for inserting, updating, deleting, and querying records
19
19
- Configurable options for performance tuning, such as batch sizes and flush intervals
@@ -23,9 +23,6 @@
23
23
>[!NOTE]
24
24
> Boogie is an experimental project mostly made with the chatbot for fun and learning. It is still in early stages, so expect data loss and breaking changes. Use at your own risk.
25
25
26
-
>[!NOTE]
27
-
> Fun fact, this package is using [pkg/rbtree](https://github.com/Nycto/RBTreeNim), a 11-year-old Nim package that implements a red-black tree. It is a great example of how the Nim ecosystem has some hidden gems that can be used in new projects. 📦
28
-
29
26
This can be used as a simple embedded database for your Nim applications. If you want, you can use [openpeeps/e2ee](https://github.com/openpeeps/e2ee) to encrypt the data before inserting it into Boogie database.
0 commit comments