mirror of
https://github.com/jlengrand/exposed-wiki.git
synced 2026-03-10 00:11:16 +00:00
h2 version updated
This commit is contained in:
@@ -89,7 +89,7 @@ Database.connect("jdbc:h2:mem:regular", "org.h2.Driver")
|
||||
// In memory / keep alive between connections/transactions
|
||||
Database.connect("jdbc:h2:mem:regular;DB_CLOSE_DELAY=-1;", "org.h2.Driver")
|
||||
//Gradle
|
||||
implementation("com.h2database:h2:1.4.202")
|
||||
implementation("com.h2database:h2:2.1.214")
|
||||
```
|
||||
* SQL Server
|
||||
```kotlin
|
||||
|
||||
@@ -136,7 +136,7 @@ You also need a JDBC driver for the database system you are using (see [[DataBas
|
||||
```kotlin
|
||||
dependencies {
|
||||
// for H2
|
||||
implementation("com.h2database:h2:1.4.202")
|
||||
implementation("com.h2database:h2:2.1.214")
|
||||
// for logging (StdOutSqlLogger), see
|
||||
// http://www.slf4j.org/codes.html#StaticLoggerBinder
|
||||
implementation("org.slf4j:slf4j-nop:1.7.30")
|
||||
|
||||
Reference in New Issue
Block a user