Expand description
A module containing the PostgreSQL implementation of the user-related repositories
Structsยง
- PgBrowser
Session Repository - An implementation of [
BrowserSessionRepository
] for a PostgreSQL connection - PgUser
Email Repository - An implementation of [
UserEmailRepository
] for a PostgreSQL connection - PgUser
Password Repository - An implementation of [
UserPasswordRepository
] for a PostgreSQL connection - PgUser
Recovery Repository - An implementation of [
UserRecoveryRepository
] for a PostgreSQL connection - PgUser
Registration Repository - An implementation of [
UserRegistrationRepository
] for a PostgreSQL connection - PgUser
Repository - An implementation of [
UserRepository
] for a PostgreSQL connection - PgUser
Terms Repository - An implementation of [
UserTermsRepository
] for a PostgreSQL connection