Interface EmbeddedDatabaseManager
- All Known Implementing Classes:
H2DatabaseManager
public interface EmbeddedDatabaseManager
- Since:
- 7.13.17
-
Method Summary
Modifier and TypeMethodDescriptionEnsure that the embedded database has been started and configured.
-
Method Details
-
ensureDatabaseStarted
String ensureDatabaseStarted()Ensure that the embedded database has been started and configured.- Returns:
- the URI to connect to the embedded database
-