nostrstore 0.43.0

nostrstore is a lightweight, decentralized key-value store designed to work seamlessly with the Nostr protocol
Documentation
1
2
3
4
5
6
7
pub mod database;
pub mod error;
pub mod operation;

pub use database::{Database, DatabaseBuilder, QueryOptions};
pub use error::NostrDBError;
pub use operation::Operation;