Desktop app built with Tauri + TypeScript to parse itemcache.wdb files and export SQL output for item template workflows.
Downloads
4
Views
92
Likes
1
Uploaded on
March 30, 2026
Desktop app built with Tauri + TypeScript to parse itemcache.wdb files and export SQL output for item template workflows.
@tauri-apps/plugin-dialognpm install
Run the desktop app in dev mode:
npm run tauri dev
This starts Vite and launches the Tauri window.
Build frontend assets:
npm run build
Build distributable desktop bundles:
npm run tauri build
.wdb file (itemcache.wdb)..sql file path.src/: frontend TypeScript, styles, and app UI logicsrc-tauri/: Rust command implementation and Tauri configsrc-tauri/src/bin/export_sql.rs: CLI-style export binarySign in to join the conversation
You must be signed in to comment
No comments yet
Be the first to share your thoughts!


@cybermist2