Expand description
Database client trait for pgorm-check
This module defines a minimal trait for database operations, allowing pgorm-check to work independently of pgorm.
Traitsยง
- Check
Client - A trait for types that can execute PostgreSQL queries.
- RowExt
- Extension trait for accessing row columns with better error handling.