We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963fd68 commit 8825d38Copy full SHA for 8825d38
README.md
@@ -140,15 +140,15 @@ DB_PASSWORD=
140
DB_DRIVER=org.sqlite.JDBC
141
```
142
143
-**Testing with H2 (no database setup required):**
+**H2 database (in memory - no database setup required):**
144
```properties
145
DB_URL=jdbc:h2:mem:testdb
146
DB_USER=sa
147
DB_PASSWORD=
148
DB_DRIVER=org.h2.Driver
149
150
151
-**Testing with Oracle:**
+**Oracle:**
152
153
DB_URL=jdbc:oracle:thin:@localhost:1521:xe
154
DB_USER=system
0 commit comments