Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 668 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 668 Bytes

TrinityCore Database Models for Go (BUN ORM)

This repository contains Go models for TrinityCore databases (auth, world, and characters) designed for use with Bun ORM.
It simplifies integration with TrinityCore databases, allowing for faster development of custom tools and services in Go.

Databases:

  • auth – Authentication and account data.
  • world – Game world data, creatures, items, etc.
  • characters – Player character data.

Usage:

import "github.com/WarhoopAll/tc-bun-entities/auth"
import "github.com/WarhoopAll/tc-bun-entities/world"
import "github.com/WarhoopAll/tc-bun-entities/characters"