nostr-rs-relay/src
Greg Heartsfield 65969a4121 feat: store events in SQLite and allow querying
Events are persisted in a local database, and can be queried through
subscriptions.
2021-12-11 15:48:59 -06:00
..
close.rs feat: store events in SQLite and allow querying 2021-12-11 15:48:59 -06:00
conn.rs feat: broadcast events that match active client subscriptions 2021-12-05 20:28:02 -06:00
db.rs feat: store events in SQLite and allow querying 2021-12-11 15:48:59 -06:00
error.rs feat: store events in SQLite and allow querying 2021-12-11 15:48:59 -06:00
event.rs feat: store events in SQLite and allow querying 2021-12-11 15:48:59 -06:00
lib.rs feat: store events in SQLite and allow querying 2021-12-11 15:48:59 -06:00
main.rs feat: store events in SQLite and allow querying 2021-12-11 15:48:59 -06:00
protostream.rs feat: store events in SQLite and allow querying 2021-12-11 15:48:59 -06:00
subscription.rs feat: store events in SQLite and allow querying 2021-12-11 15:48:59 -06:00