GH-836 - Add support for MariaDB database.

This commit is contained in:
FezLight
2024-09-24 00:47:06 +02:00
committed by Oliver Drotbohm
parent 0c2f79a56d
commit e0b79e5fb1
8 changed files with 75 additions and 0 deletions

View File

@@ -203,6 +203,14 @@ include::{jdbc-schema-base}/schema-hsqldb.sql[]
include::{jdbc-schema-base}/schema-mysql.sql[]
----
[[schemas.mariadb]]
=== MariaDB
[source, sql]
----
include::{jdbc-schema-base}/schema-mariadb.sql[]
----
[[schemas.postgresql]]
=== PostgreSQL