Skip to content

fix: restore PostgreSQL URI parser#49

Merged
spicycoder merged 1 commit into
mainfrom
fix/statsdb-uri-parser
Jun 20, 2026
Merged

fix: restore PostgreSQL URI parser#49
spicycoder merged 1 commit into
mainfrom
fix/statsdb-uri-parser

Conversation

@spicycoder

Copy link
Copy Markdown
Owner

PR #48 removed the hand-rolled URI parser that converts \postgresql://\ URIs to Npgsql connection strings. Npgsql doesn't natively support the URI format, so the app crashes on startup when \statsdb\ connection string uses \postgresql://\ format.

This restores the parser with the same logic that was previously removed.

The simplify-backend PR (#48) removed the hand-rolled URI parser that converts postgresql:// URIs to Npgsql connection strings. Npgsql doesn't natively support the URI format, so the app fails to start when statsdb connection string uses postgresql:// format.
@spicycoder spicycoder merged commit e508765 into main Jun 20, 2026
4 checks passed
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.

1 participant