Package io.micronaut.jdbc
package io.micronaut.jdbc
JDBC configuration for Micronaut.
- Since:
- 1.0
- Author:
- Sergio del Amo
-
ClassDescriptionAn abstract base class for datasource factories that listens for refresh events and updates datasource credentials accordingly.A record representing datasource credentials.A contract for data source configuration classes to implement that allows for the calculation of several properties based on other properties.A class used to fill in the missing gaps of information needed to successfully configure a data source.Resolves the underlying target data source.Stores information on popular JDBC drivers.Extends
JdbcDatabaseManager.JdbcDatabase
with additional defaults for the use of embedded databases such as H2.Provides the required information in order to connect toa JDBC database, including the necessary driver and validation query.Condition checking whether datasource is enabled.