Update bstore-j model management and SQL support

This commit is contained in:
Amer Agovic
2026-06-12 16:31:40 -05:00
parent 5e5510be50
commit 60c046cd80
9 changed files with 639 additions and 12 deletions
+2
View File
@@ -29,10 +29,12 @@ dependencies {
// Database drivers
implementation 'com.h2database:h2:2.3.232'
implementation 'org.postgresql:postgresql:42.7.4'
implementation 'com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre11'
implementation 'com.zaxxer:HikariCP:5.1.0'
// Testing
testImplementation "junit:junit:4.13.2"
testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.16'
}
repositories {