- Add lobbies and lobby_players tables with camelCase TS aliases
- Add LOBBY_STATUSES constant in shared
- Add lobbyModel with atomic addPlayer and transactional finishGame
- Enable Drizzle relational query API via { schema } option
3 lines
103 B
TypeScript
3 lines
103 B
TypeScript
export * from "./constants.js";
|
|
export * from "./schemas/game.js";
|
|
export * from "./schemas/lobby.js";
|