raycast-linux/src-tauri/src/snippets
ByteAtATime cfbd31f51b
refactor(backend): implement Storable trait and refactor database operations
This commit introduces the `Storable` trait to standardize the conversion of database rows into application data structures. It refactors existing manager implementations (`AiUsageManager`, `FrecencyManager`, `QuicklinkManager`, `SnippetManager`) to utilize the new `query` and `execute` methods in the `Store` struct.
2025-06-29 16:11:34 -07:00
..
engine.rs feat(snippets): implement dynamic placeholders and modifiers 2025-06-26 15:34:33 -07:00
input_manager.rs style: formatting 2025-06-29 11:18:49 -07:00
manager.rs refactor(backend): implement Storable trait and refactor database operations 2025-06-29 16:11:34 -07:00
mod.rs feat(snippets): implement dynamic placeholders and modifiers 2025-06-26 15:34:33 -07:00
types.rs style: formatting 2025-06-29 11:18:49 -07:00