mirror of
https://github.com/jlengrand/exposed-wiki.git
synced 2026-03-10 08:11:18 +00:00
h2 version actualized
This commit is contained in:
committed by
Andrey.Tarashevskiy
parent
12702cf475
commit
42fa1ad5c8
@@ -63,7 +63,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
|
||||
compile("com.h2database:h2:1.4.197")
|
||||
compile("com.h2database:h2:1.4.199")
|
||||
```
|
||||
* SQL Server
|
||||
```kotlin
|
||||
|
||||
Reference in New Issue
Block a user