Module mock

Module mock 

Source
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ยง

CursorMock
Mock cursor implementation for testing and development.
DatabaseMock
Mock database implementation for testing and development.
TxMock
Mock transaction implementation for testing and development.