EmuDevs

EmuDevs

Discover
Games
Market
Discuss
Learn
Teams
Servers
Achievements
Shop
Activity
Resources
Support
EmuDevs
Terms of Service
Privacy Policy
Refund Policy
User Agreement
Support
  1. Games
  2. World of Warcraft
  3. Other
  4. TBC WDB Item Parser
World of Warcraft/Other

TBC WDB Item Parser

0.1.0

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

Description

TBC WDB Item Parser

Desktop app built with Tauri + TypeScript to parse itemcache.wdb files and export SQL output for item template workflows.

Stack

  • Frontend: Vite + TypeScript
  • Desktop shell / backend commands: Tauri v2 (Rust)
  • Dialogs: @tauri-apps/plugin-dialog

Prerequisites

  • Node.js 18+ and npm
  • Rust (stable toolchain)
  • Platform dependencies required by Tauri v2

Install

npm install
 

Development

Run the desktop app in dev mode:

npm run tauri dev
 

This starts Vite and launches the Tauri window.

Build

Build frontend assets:

npm run build
 

Build distributable desktop bundles:

npm run tauri build
 

Usage

  1. Launch the app.
  2. Select an input .wdb file (itemcache.wdb).
  3. Choose an output .sql file path.
  4. Click export to generate SQL and view exported item count.

Project Structure

  • src/: frontend TypeScript, styles, and app UI logic
  • src-tauri/: Rust command implementation and Tauri config
  • src-tauri/src/bin/export_sql.rs: CLI-style export binary
Comments0 comments

Sign in to join the conversation

You must be signed in to comment

No comments yet

Be the first to share your thoughts!

Details
TBC WDB Item Parser cover
TBC WDB Item Parser preview 1
Download Type
External Link
Game & Category
World of Warcraft / Other
Updates
No updates available
Tags
tbc-wdb-item-parser
Uploaded by
CyberMist2
CyberMist2

@cybermist2

View all by CyberMist2