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:
+1
-1
@@ -9,7 +9,7 @@ pub struct CloseCmd {
|
||||
|
||||
#[derive(Serialize, Deserialize, PartialEq, Debug, Clone)]
|
||||
pub struct Close {
|
||||
id: String,
|
||||
pub id: String,
|
||||
}
|
||||
|
||||
impl From<CloseCmd> for Result<Close> {
|
||||
|
||||
Reference in New Issue
Block a user