Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNotFound ¶
IsNotFound reports whether err means "no such row" in this backend. GORM already has a single canonical sentinel, so there is nothing to wrap — the bare driver error returned by First()/Take() is matched directly.
func NewProvider ¶
func NewProvider( config *config.Config, deps *Dependencies, ) (*provider, error)
NewProvider returns a new SQL provider
Types ¶
type Dependencies ¶
Dependencies struct the sql data store provider
Source Files
¶
- audit_log.go
- authenticator.go
- client.go
- email_template.go
- env.go
- errors.go
- federated_identity.go
- gorm_logger.go
- health_check.go
- mfa_session.go
- oauth_state.go
- org_domain.go
- org_membership.go
- organization.go
- otp.go
- provider.go
- saml_idp.go
- scim_endpoint.go
- scim_group.go
- session.go
- session_token.go
- trusted_issuer.go
- user.go
- verification_requests.go
- webauthn_credential.go
- webhook.go
- webhook_log.go
Directories
¶
| Path | Synopsis |
|---|---|
|
Package sqlitedialect is a pure-Go GORM SQLite dialector.
|
Package sqlitedialect is a pure-Go GORM SQLite dialector. |
Click to show internal directories.
Click to hide internal directories.