Skip to content

Commit

Permalink
Merge pull request #1647 from folio-org/spring-database
Browse files Browse the repository at this point in the history
Mention database tooling for Spring way
  • Loading branch information
dcrossleyau committed Apr 15, 2024
2 parents 0dd0eae + ed1e36c commit 62ca394
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions guides/commence-a-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ In the RAML files, the "type" is declared as a symbolic name for use elsewhere i

### Database schema {#back-end-database-schema}

For Spring-based modules see
[TenantService](https://github.com/folio-org/folio-spring-support/blob/master/folio-spring-base/src/main/java/org/folio/spring/service/TenantService.java)
and the
[liquibase classes](https://github.com/folio-org/folio-spring-support/tree/master/folio-spring-base/src/main/java/org/folio/spring/liquibase).

For RMB-based modules the DB schema defines this module's tables, indexes, joins, etc.
It is located at `src/main/resources/templates/db_scripts/schema.json`

Expand Down

0 comments on commit 62ca394

Please sign in to comment.