promotional bannermobile promotional banner

WoWDb

Convenience core for the WoWDb data set: a shared registry and lookup API over WoW DB2 tables (exported per client build & locale).

Convenience core for the WoWDb data set: a shared registry and lookup API over WoW DB2 tables (exported per client build & locale).

The actual data lives in the individual WoWDb_

addons — each one works standalone. This core ties them together: it gives you one unified API across every table, and is the easy way to install the whole data set at once.

What it does

  • Unified API — query any WoWDb table through a single object: :Get / :GetTable, :Rows, :GetByID, :GetColumns, :ListTables, :ListBuilds.
  • One-stop install — download this with its dependencies and you pull in every WoWDb table library used by your client build.

Usage

local payload = WoWDb:GetTable("Achievement")
local row, columns = WoWDb:GetByID("Achievement", 6)
for i, r in WoWDb:Rows("Achievement") do
  -- r is a positional row matching :GetColumns("Achievement")
end

Each WoWDb_

data addon also works on its own (it ships a built-in accessor). Install this core only if you want the richer shared API or the bundled, dependency-driven install of the set.

The WoWDb Team

profile avatar
Owner
  • 7
    Projects
  • 355
    Downloads

More from WoWDbView all

  • TomeKeeper project image

    TomeKeeper

    • 66
    • Addons

    Offline item & set codex powered by the WoWDb data set — search any item or armor/weapon set without ever having seen it.

    • 66
    • June 16, 2026
    • Addons
    • +1
  • WoWDb: ItemSubClass project image

    WoWDb: ItemSubClass

    • 60
    • Addons

    Exports the ItemSubClass WoW DB2 table as a data library.

    • 60
    • June 15, 2026
    • Addons
    • +1
  • WoWDb: ItemSparse project image

    WoWDb: ItemSparse

    • 60
    • Addons

    Exports the ItemSparse WoW DB2 table as a data library.

    • 60
    • June 15, 2026
    • Addons
    • +1
  • WoWDb: ItemSetSpell project image

    WoWDb: ItemSetSpell

    • 49
    • Addons

    Exports the ItemSetSpell WoW DB2 table as a data library.

    • 49
    • June 15, 2026
    • Addons
    • +1
  • TomeKeeper project image

    TomeKeeper

    • 66
    • Addons

    Offline item & set codex powered by the WoWDb data set — search any item or armor/weapon set without ever having seen it.

    • 66
    • June 16, 2026
    • Addons
    • +1
  • WoWDb: ItemSubClass project image

    WoWDb: ItemSubClass

    • 60
    • Addons

    Exports the ItemSubClass WoW DB2 table as a data library.

    • 60
    • June 15, 2026
    • Addons
    • +1
  • WoWDb: ItemSparse project image

    WoWDb: ItemSparse

    • 60
    • Addons

    Exports the ItemSparse WoW DB2 table as a data library.

    • 60
    • June 15, 2026
    • Addons
    • +1
  • WoWDb: ItemSetSpell project image

    WoWDb: ItemSetSpell

    • 49
    • Addons

    Exports the ItemSetSpell WoW DB2 table as a data library.

    • 49
    • June 15, 2026
    • Addons
    • +1