Skip to content

Migrate from SQLite to PostgreSQL storage#183

Merged
Nick (stanch) merged 1 commit intodevelopfrom
postgres
Jan 2, 2026
Merged

Migrate from SQLite to PostgreSQL storage#183
Nick (stanch) merged 1 commit intodevelopfrom
postgres

Conversation

@stanch
Copy link
Contributor

Remove SQLite storage implementation and replace with PostgreSQL-only solution:

  • Add PostgreSQL storage with JSONB support via doobie-postgres-circe
  • Remove all SQLite dependencies and code
  • Add storage configuration file approach with --storage CLI parameter
  • Update CI/CD with PostgreSQL service container

🤖 Generated with Claude Code

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Nick (@stanch) ! It'd be nice to add an example/storage.hocon and show how to use it in README but this is already good 👍

Base automatically changed from seven-days to develop January 2, 2026 14:59
Remove SQLite storage implementation and replace with PostgreSQL-only solution:
- Add PostgreSQL storage with JSONB support via doobie-postgres-circe
- Remove all SQLite dependencies and code
- Add storage configuration file approach with --storage CLI parameter
- Update CI/CD with PostgreSQL service container

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@stanch
Copy link
Contributor Author

(Rebased after merging the other PR)

Oguzhan Unlu (@oguzhanunlu) I’ll add the storage file format in a doc PR.

@stanch Nick (stanch) merged commit 03a8d15 into develop Jan 2, 2026
2 checks passed
@stanch Nick (stanch) deleted the postgres branch January 2, 2026 15:02
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.

2 participants

Comments