Update database CLAUDE.md — remove SQLite references #123

Closed
opened 2026-03-23 03:33:13 +00:00 by cal · 1 comment
Owner

Summary

database/CLAUDE.md still describes the project as "Peewee ORM with SQLite (WAL mode)" and references SQLite locking concerns. Both environments are now PostgreSQL.

Lines to update

  • Line 3: "FastAPI backend for baseball card game data. Peewee ORM with SQLite (WAL mode)." → PostgreSQL
  • Line 17: **ORM**: Peewee with SQLite (storage/pd_master.db, WAL journaling) → PostgreSQL
  • Line 45: DATABASE_TYPE (sqlite/postgresql) — simplify
  • Line 50: "SQLite locking (dev) → WAL mode should prevent..." — remove or replace with PG-relevant advice

Note

Parent CLAUDE.md and agent definitions have already been updated.

## Summary `database/CLAUDE.md` still describes the project as "Peewee ORM with SQLite (WAL mode)" and references SQLite locking concerns. Both environments are now PostgreSQL. ## Lines to update - Line 3: "FastAPI backend for baseball card game data. Peewee ORM with SQLite (WAL mode)." → PostgreSQL - Line 17: `**ORM**: Peewee with SQLite (storage/pd_master.db, WAL journaling)` → PostgreSQL - Line 45: `DATABASE_TYPE (sqlite/postgresql)` — simplify - Line 50: "SQLite locking (dev) → WAL mode should prevent..." — remove or replace with PG-relevant advice ## Note Parent CLAUDE.md and agent definitions have already been updated.
Claude added the
ai-working
label 2026-03-23 05:01:06 +00:00
Collaborator

PR #127 opens with the fix: #127

Updated 4 locations in CLAUDE.md: description line (SQLite → PostgreSQL), ORM architecture bullet, DATABASE_TYPE env var annotation, and removed the SQLite locking common-issues entry.

PR #127 opens with the fix: https://git.manticorum.com/cal/paper-dynasty-database/pulls/127 Updated 4 locations in `CLAUDE.md`: description line (SQLite → PostgreSQL), ORM architecture bullet, `DATABASE_TYPE` env var annotation, and removed the SQLite locking common-issues entry.
Claude added
ai-pr-opened
and removed
ai-working
labels 2026-03-23 05:02:20 +00:00
cal closed this issue 2026-03-23 13:32:16 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cal/paper-dynasty-database#123
No description provided.