Skip to content

Releases: shizhigu/sqlite-viewer

v0.1.0

21 Apr 19:26

Choose a tag to compare

sqlv v0.1.0 — initial release

A SQLite viewer designed to be driven by coding agents and humans in
parallel. Three surfaces share one Rust core:
- sqlv CLI (15 subcommands, JSON-first)
- Tauri desktop app with live sqlv-push sync
- sqlv-mcp stdio MCP server

Highlights:
- Agent activity panel + push preview for writes
- Schema-aware SQL completion, inline cell edit with transactional delete
- CSV / JSON / JSONL import, STRICT-table-aware
- Maintenance ops (VACUUM / REINDEX / integrity-check / wal-checkpoint)
- Checkpoint command (sqlv checkpoint --to file.db)
- Saved queries + history palettes
- WAL mode on RW, triggers introspection
- MCP tools include sqlv_push_query / sqlv_push_open

179 Rust tests + 33 TypeScript tests, CI green on macOS + Linux.