MCPcopy Create free account
hub / github.com/astercloud/aster / PostgreSQLStore

Struct PostgreSQLStore

pkg/memory/logic/store_postgres.go:16–20  ·  view source on GitHub ↗

PostgreSQLStore PostgreSQL 存储实现

Source from the content-addressed store, hash-verified

14
15// PostgreSQLStore PostgreSQL 存储实现
16type PostgreSQLStore struct {
17 db *sql.DB
18 tableName string
19 closed bool
20}
21
22// PostgreSQLStoreConfig PostgreSQL 存储配置
23type PostgreSQLStoreConfig struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected