Expand description
Account repository for database operations
Structs§
- Created
Account - Account creation result
- PgAccount
Repo PostgreSQLimplementation ofAccountRepo
Enums§
- Account
Repo Error - Error types for account operations
Traits§
- Account
Repo - Repository trait for account operations
Functions§
- create_
account_ with_ executor - Create an account using any executor (pool, connection, or transaction). Useful for tests that need transaction isolation.