Module rxmicro.data.sql.r2dbc

The basic module to work with dynamic repositories for interaction with relational SQL databases using the Reactive Relational Database Connectivity (R2DBC).

Read more: https://r2dbc.io.

This module follows the next package structure rules:

  • io.rxmicro.data.sql.r2dbc - is root module package that contains:
    • internal - is sub package with classes for current module use only.
    • local - is shared sub package, which can be used by other rxmicro modules only.
    • detail - is sub package for generated code by RxMicro Annotation Processor use preferably.
      Developer must not use classes from this sub package!
      (Except documented abilities: HTTP internal types, partial implementations, etc.)
    • any other sub packages and root package - are public API that available for usage.
Since:
0.1
Author:
nedis