Skip to content

Add GORM models for persistent game storage#28

Merged
dustywusty merged 2 commits intomainfrom
codex/create-schemas-for-persistent-game-state
Sep 9, 2025
Merged

Add GORM models for persistent game storage#28
dustywusty merged 2 commits intomainfrom
codex/create-schemas-for-persistent-game-state

Conversation

@dustywusty
Copy link
Owner

Summary

  • define GORM models for games, sessions, users, and moves
  • add database initialization with auto-migrations
  • wire main startup to optional DATABASE_URL

Testing

  • go mod tidy (fails: module gorm.io/driver/postgres: Forbidden)
  • go test ./... (fails: missing go.sum entry for gorm modules)

https://chatgpt.com/codex/tasks/task_e_68be91e7447c8320befd176868303358

@dustywusty dustywusty merged commit 7f48565 into main Sep 9, 2025
2 checks passed
@dustywusty dustywusty deleted the codex/create-schemas-for-persistent-game-state branch September 9, 2025 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant