Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgres support #2638

Merged
merged 10 commits into from
Dec 6, 2023
Merged

Postgres support #2638

merged 10 commits into from
Dec 6, 2023

Conversation

reinkrul
Copy link
Member

@reinkrul reinkrul commented Dec 1, 2023

At least have an e2e test to make sure the DDL statements are compatible. To be extended with tests for did:web.

We probably don't want unit tests for postgres, since spinning up Docker containers during go test will make stuff even slower than it already is.

@woutslakhorst
Copy link
Member

What do you think about the number of dependencies imported by dbmigrate? An alternative like https://github.com/pressly/goose does not have this problem....

@woutslakhorst
Copy link
Member

or do we want #2648 (also adds mysql support)

@reinkrul
Copy link
Member Author

reinkrul commented Dec 6, 2023

We probably want to rework this to have it rerun a set of tests (probably RFC021 test) on different databases

@woutslakhorst
Copy link
Member

@reinkrul should be working now

@woutslakhorst woutslakhorst merged commit 59600e2 into master Dec 6, 2023
7 of 9 checks passed
@woutslakhorst woutslakhorst deleted the postgres-support branch December 6, 2023 12:01
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