Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/authorizerdev/authorizer
/ Name
Method
Name
internal/storage/db/sql/sqlitedialect/sqlite.go:56–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
}
55
56
func
(dialector Dialector) Name() string {
57
return
"sqlite"
58
}
59
60
func
(dialector Dialector) Initialize(db *gorm.DB) (err error) {
61
if
dialector.DriverName ==
""
{
Callers
15
Auth
Function · 0.80
lookupMethodDescriptor
Function · 0.80
GetSetFields
Function · 0.80
clearLegacyColumnUniqueness
Function · 0.80
TestStaleUniqueConstraintMigration
Function · 0.80
ColumnTypes
Method · 0.80
GetOTPByPhoneNumber
Method · 0.80
GetSessionTokenByUserIDAndKey
Method · 0.80
DeleteSessionTokenByUserIDAndKey
Method · 0.80
CleanExpiredSessionTokens
Method · 0.80
GetMFASessionByUserIDAndKey
Method · 0.80
DeleteMFASessionByUserIDAndKey
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestStaleUniqueConstraintMigration
Function · 0.64