feat: store events in SQLite and allow querying
Events are persisted in a local database, and can be queried through subscriptions.
This commit is contained in:
+5
-4
@@ -1,6 +1,7 @@
|
||||
pub mod conn;
|
||||
pub mod protostream;
|
||||
pub mod event;
|
||||
pub mod subscription;
|
||||
pub mod close;
|
||||
pub mod conn;
|
||||
pub mod db;
|
||||
pub mod error;
|
||||
pub mod event;
|
||||
pub mod protostream;
|
||||
pub mod subscription;
|
||||
|
||||
Reference in New Issue
Block a user