nostr-sqlite 0.45.0-alpha.1

SQLite storage backend for nostr apps
1
2
3
4
5
6
7
8
9
10
11
12
//! Prelude

#![allow(unknown_lints)]
#![allow(ambiguous_glob_reexports)]
#![doc(hidden)]

pub use nostr_database::prelude::*;

pub use crate::builder::*;
pub use crate::error::*;
pub use crate::store::*;
pub use crate::*;