Expand description
Database client contracts and in-memory backend. Vendor-neutral database client contracts and the in-memory backend.
Structs§
- Database
Query - Backend-neutral database statement.
- Database
Result - Backend-neutral database execution result.
- InMemory
Database - In-memory database backend for local development and tests.
Traits§
- Database
Client - Vendor-neutral database client.
- Database
Transaction - Active database transaction.