Package io.rxmicro.data.sql.r2dbc.postgresql
The root package for the
rxmicro.data.sql.r2dbc.postgresql
module.- Since:
- 0.4
- Author:
- nedis
-
Class Summary Class Description PostgreSQLClientFactory Utility class that must be used to get an instance of theConnectionFactory
orConnectionPool
integrated to the RxMicro framework.PostgreSQLConfig Allows configuring the environment specific configs for PostgreSQL database.PostgreSQLConfigCustomizer Allows configuring the application specific configs for PostgreSQL database driver (R2DBC driver). -
Annotation Types Summary Annotation Type Description PartialImplementation If the PostgreSQL data repository generated by theRxMicro Annotation Processor
contains errors, incorrect or non-optimized logic, the developer can use the Partial Implementation feature.PostgreSQLRepository Denotes that an interface is a dynamic generated PostgreSQL data repository.