Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Dec 29, 2024
1 parent 48cefd6 commit 8870766
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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))

```
```

0 comments on commit 8870766

Please sign in to comment.