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