Module mock
Expand description
Mock database implementation for testing and development.
Provides lightweight mock implementations of database traits. All operations are no-ops that return default values without persisting data.
Structsยง
- Cursor
Mock - Mock cursor implementation for testing and development.
- Database
Mock - Mock database implementation for testing and development.
- TxMock
- Mock transaction implementation for testing and development.