Skip to content

Bun ORM models for TrinityCore databases (auth, world, characters).

Notifications You must be signed in to change notification settings

WarhoopAll/tc-bun-entities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Bun ORM models for TrinityCore databases (auth, world, characters).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages