postgres

package
v0.0.0-...-01fc84d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 27, 2025 License: Apache-2.0 Imports: 10 Imported by: 1

Documentation

Index

Constants

View Source
const (
	COLUMN_NAME_ID        = "id"
	COLUMN_NAME_DATA      = "data"
	COLUMN_NAME_META      = "meta"
	COLUMN_NAME_NAMESPACE = "namespace"
)

Variables

This section is empty.

Functions

func New

func New(db *sqlx.DB, tableName string, refSize int) *handler

Types

type PrimaryKey

type PrimaryKey struct {
	Namespace string
	RefIDs    []string
	ID        string
}

type UpsertData

type UpsertData struct {
	Data []byte
	Meta []byte
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL