Update database CLAUDE.md — remove SQLite references #123
Labels
No Label
ai-changes-requested
ai-failed
ai-merged
ai-pr-opened
ai-reviewed
ai-reviewing
ai-reviewing
ai-working
bug
enhancement
evolution
performance
phase-0
phase-1a
phase-1b
phase-1c
phase-1d
security
tech-debt
todo
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/paper-dynasty-database#123
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
database/CLAUDE.mdstill describes the project as "Peewee ORM with SQLite (WAL mode)" and references SQLite locking concerns. Both environments are now PostgreSQL.Lines to update
**ORM**: Peewee with SQLite (storage/pd_master.db, WAL journaling)→ PostgreSQLDATABASE_TYPE (sqlite/postgresql)— simplifyNote
Parent CLAUDE.md and agent definitions have already been updated.
PR #127 opens with the fix: #127
Updated 4 locations in
CLAUDE.md: description line (SQLite → PostgreSQL), ORM architecture bullet,DATABASE_TYPEenv var annotation, and removed the SQLite locking common-issues entry.