From 88707666b93741277dd6a8735262b0d1169f78cc Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Sun, 29 Dec 2024 01:05:37 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9560e2f..325dd83 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,13 @@ For those times when you need something simple and sql is overkill pip install json_database ``` -## Usage + +## 📡 HiveMind Integration + +This project includes a native [hivemind-plugin-manager](https://github.com/JarbasHiveMind/hivemind-plugin-manager) integration, providing seamless interoperability with the HiveMind ecosystem. +- **Database Plugin**: Provides `hivemind-json-db-plugin` allowing to use JSON-based storage for client credentials and permissions + +## 🐍 Usage ### JsonStorage @@ -189,4 +195,4 @@ print(db.search_by_key("birth", fuzzy=True)) print(db.search_by_value("age", 12)) print(db.search_by_value("name", "jon", fuzzy=True)) -``` \ No newline at end of file +```