ceramicnetwork / rust-ceramic

Implementation of the Ceramic protocol in Rust
Other
37 stars 10 forks source link

refactor: simplify daemon logic #515

Closed nathanielc closed 1 month ago

nathanielc commented 1 month ago

This removes some of the abstraction around sqlite to make creating and initializing services more straightforward. We will likely need to add new abstractions when we want to support parquet or other storage formats however those can be service focused instead of db focused.