Merged
Conversation
Closed
cschleiden
reviewed
Oct 23, 2025
Owner
cschleiden
left a comment
There was a problem hiding this comment.
Thanks for this contribution! 🚀 Looks great at first glance, but I want to test it a bit more and review 👀
cschleiden
previously approved these changes
Oct 29, 2025
Owner
cschleiden
left a comment
There was a problem hiding this comment.
Just two small comments, after that this should be ready to merge, nice work!
cschleiden
approved these changes
Oct 30, 2025
Owner
|
@vr009 Can you merge latest main or rebase? I'll merge this then |
This change introduces full postgres support and aligns SQL, migrations, and diagnostics with postgres conventions. The implementation is based on the existing mysql backend, with small fixes and adjustments required by the postgres connector and Postgres semantics. It also adds integration tests and updates tooling and samples to run against Postgres.
Co-authored-by: Christopher Schleiden <cschleiden@live.de>
Co-authored-by: Christopher Schleiden <cschleiden@live.de>
19fd6d3 to
c0b483e
Compare
Contributor
Author
Done - rebased on main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds PostgreSQL backend support, providing an additional database option alongside MySQL, Redis, SQLite, and in-memory backends.
What’s done
Implementation notes
I noticed the guidance in issue #199 rather late that this repository aims to keep only a minimal/basic backend implementation. If preferred, I can publish the postgres-based backend as a separate third-party package that implements the backend interface