micronaut-sql icon indicating copy to clipboard operation
micronaut-sql copied to clipboard

Projects to support SQL Database access in Micronaut

Results 71 micronaut-sql issues
Sort by recently updated
recently updated
newest added

### Feature description ### Problem Currently the DataSource's are encapsulated inside the `DatasourceFactory` class (see https://github.com/micronaut-projects/micronaut-sql/blob/5.7.x/jdbc-hikari/src/main/java/io/micronaut/configuration/jdbc/hikari/DatasourceFactory.java). This makes it impossible to access the datasource without reflection. I would like to...