MCPcopy Create free account
hub / github.com/Permify/permify / GetEngineType

Method GetEngineType

pkg/database/interfaces.go:10–10  ·  view source on GitHub ↗

GetEngineType get the database type (e.g. postgres, memory, etc.).

()

Source from the content-addressed store, hash-verified

8type Database interface {
9 // GetEngineType get the database type (e.g. postgres, memory, etc.).
10 GetEngineType() string
11
12 // Close the database connection.
13 Close() error

Callers 11

postgres_test.goFile · 0.65
GetEngineTypeMethod · 0.65
DataReaderFactoryFunction · 0.65
DataWriterFactoryFunction · 0.65
SchemaReaderFactoryFunction · 0.65
WatcherFactoryFunction · 0.65
SchemaWriterFactoryFunction · 0.65
TenantReaderFactoryFunction · 0.65
TenantWriterFactoryFunction · 0.65
BundleReaderFactoryFunction · 0.65
BundleWriterFactoryFunction · 0.65

Implementers 5

Postgrespkg/database/postgres/postgres.go
MockPQDatabasepkg/database/postgres/mock.go
MockIMDatabasepkg/database/memory/mock.go
Memorypkg/database/memory/memory.go
PostgresInstancepkg/testinstance/postgres.go

Calls

no outgoing calls

Tested by

no test coverage detected