Expand description
This module contains the RDBC reader implementation.
Structs§
- Rdbc
Item Reader - A reader for reading items from a relational database using SQLx.
- Rdbc
Item Reader Builder - Builder for creating an
RdbcItemReader
.
Traits§
- Rdbc
RowMapper - Trait for mapping a database row to a specific type.