Skip to content

Research persistent storage options for study sessions#73

Open
MyouzzZ wants to merge 1 commit into
PolymorphicAI:mainfrom
MyouzzZ:codex/persistent-storage-research-37-20260626
Open

Research persistent storage options for study sessions#73
MyouzzZ wants to merge 1 commit into
PolymorphicAI:mainfrom
MyouzzZ:codex/persistent-storage-research-37-20260626

Conversation

@MyouzzZ

@MyouzzZ MyouzzZ commented Jun 25, 2026

Copy link
Copy Markdown

Summary

  • document the current in-memory session/progress behavior
  • compare SQLite, Postgres, Supabase, and JSON file storage options
  • recommend SQLite behind a storage adapter for the MVP
  • cover deployment considerations, migration steps, risks, and open questions

Closes #37.

Validation

  • rg -n "Current In-Memory Behavior|SQLite|Postgres|Supabase|File-Based JSON Storage|Recommended MVP|Deployment Considerations|Migration Plan|Risks And Mitigations|Open Questions" docs\persistent-storage-research.md
  • git diff --check -- docs\persistent-storage-research.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Research replacing in-memory sessions with persistent storage

1 participant