feat: add SQLite database browser in FileNav

- New SqliteView component with table tabs, paginated data view
  (100 rows/page), SQL query editor (Cmd+Enter), NULL/BLOB formatting,
  sticky column headers, and dark mode
- Supports .db, .sqlite, .sqlite3, .db3 extensions
- Uses sql.js WASM served locally from /sql.js/sql-wasm.wasm
- Also fixes display_file handling when another file is already open
This commit is contained in:
Timothy Jaeryang Baek
2026-03-05 13:34:21 -06:00
parent 114f709337
commit a181b4a731
6 changed files with 350 additions and 0 deletions
BIN
View File
Binary file not shown.