docs(README): update data storage description from Nostr to rusqlite
This commit is contained in:
parent
1f4b63b1f8
commit
93793bb580
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# [CompareWare](https://compareware.org/)
|
||||
|
||||
CompareWare is an open-source platform for comparing tools (software, hardware, etc.) with structured, crowdsourced data.
|
||||
It combines Rust's **Leptos** for a modern, reactive frontend and **Nostr** for decentralized data storage (TBI).
|
||||
It combines Rust's **Leptos** for a modern, reactive frontend and **rusqlite** for data storage.
|
||||
|
||||
## **Features**
|
||||
- **Item Management**: Add, view, and manage items with metadata and key-value tags.
|
||||
|
|
Loading…
Add table
Reference in a new issue