update supported hibernate databases link

This commit is contained in:
Brian Lindsey 2023-11-19 11:37:50 -07:00
parent 90bfe05b9d
commit 1abf43c28d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ The HAPI JPA Server has the following components:
* **Hibernate:** The HAPI JPA Server uses the JPA library, implemented by Hibernate. No Hibernate specific features are used, so the library should also work with other providers (e.g. Eclipselink) but it is not tested regularly with them.
* **Database:** The RESTful server uses an embedded Derby database, but can be configured to talk to [any database supported by Hibernate](https://developer.jboss.org/wiki/SupportedDatabases2?_sscc=t).
* **Database:** The RESTful server uses an embedded Derby database, but can be configured to talk to [any database supported by Hibernate](https://github.com/hibernate/hibernate-orm/blob/main/dialects.adoc).
# Schema