Skip to content

Commit 85dce56

Browse files
committed
feat(storage): add comprehensive database management interface
- Add new storage commands module with full CRUD operations - Implement SQLite database viewer with table browsing, search, and pagination - Add row editing, insertion, and deletion capabilities - Include SQL query editor for advanced operations - Add database reset functionality with confirmation dialogs - Export storage API methods for frontend integration - Add storage tab to settings with modern UI components - Implement comprehensive error handling and loading states - Add tooltips for truncated content and responsive design - Include proper TypeScript interfaces for all data structures This enables users to directly interact with the SQLite database through a user-friendly interface, providing transparency and control over stored data.
1 parent 680ec45 commit 85dce56

6 files changed

Lines changed: 1630 additions & 2 deletions

File tree

src-tauri/src/commands/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ pub mod agents;
22
pub mod claude;
33
pub mod mcp;
44
pub mod usage;
5+
pub mod storage;

0 commit comments

Comments
 (0)