Package io.rxmicro.data.sql.r2dbc.postgresql
-
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 Postgre SQL DB pool options. -
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.