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

feat(db): add SQL Schema Bootstrapper #410

Conversation

paullatzelsperger
Copy link
Member

What this PR changes/adds

adds the SqlSchemaBootstrapper and registers all SQL schema documents with it.

Why it does that

SQL schemas are created automatically upon application launch, if desired.

Further notes

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method
signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Linked Issue(s)

Closes #395

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@paullatzelsperger paullatzelsperger added the enhancement New feature or request label Aug 5, 2024
@paullatzelsperger paullatzelsperger merged commit 7dcf168 into eclipse-edc:main Aug 5, 2024
14 checks passed
@paullatzelsperger paullatzelsperger deleted the feat/add_schema_bootstrapper branch August 5, 2024 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide SQL Migrations by default
3 participants