eclipse-edc / IdentityHub

IdentityHub
Apache License 2.0
21 stars 25 forks source link

feat(db): add SQL Schema Bootstrapper #410

Closed paullatzelsperger closed 3 months ago

paullatzelsperger commented 3 months ago

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._