Enable database support in :engine

This commit is contained in:
2021-03-26 21:44:37 +01:00
parent 0cde898b51
commit dac79b9fd1
12 changed files with 147 additions and 3 deletions

View File

@@ -91,6 +91,10 @@ dependencies {
// This dependency is used by the application.
implementation "org.joml:joml:${jomlVersion}"
// Database
implementation "com.h2database:h2:${h2Version}"
implementation "com.zaxxer:HikariCP:${hikariVersion}"
}
application {