Skip to content

Commit

Permalink
GH-6 - Stable anchors for schema appendix in reference documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Jul 28, 2022
1 parent f8e3de1 commit 1b9d272
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/docs/asciidoc/90-appendix.adoc
Original file line number Diff line number Diff line change
@@ -1,31 +1,37 @@

[[appendix]]
= Appendix
:jdbc-schema-base: ../../../spring-modulith-events/spring-modulith-events-jdbc/src/main/resources

[appendix]
[[appendix.schemas]]
== Event publication registry schemas

[[appendix.schemas.h2]]
=== H2

[source, sql]
----
include::{jdbc-schema-base}/schema-h2.sql[]
----

[[appendix.schemas.hsqldb]]
=== HSQLDB

[source, sql]
----
include::{jdbc-schema-base}/schema-hsqldb.sql[]
----

[[appendix.schemas.mysql]]
=== MySQL

[source, sql]
----
include::{jdbc-schema-base}/schema-mysql.sql[]
----

[[appendix.schemas.postgresql]]
=== PostgreSQL

[source, sql]
Expand Down

0 comments on commit 1b9d272

Please sign in to comment.