postgres

package
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2026 License: Apache-2.0, MIT Imports: 11 Imported by: 0

Documentation

Overview

Package postgres provides a PostgreSQL-backed implementation of bucket.Store.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store struct {
	// contains filtered or unexported fields
}

func New

func New(pool *pgxpool.Pool) *Store

func (*Store) Add

func (s *Store) Add(ctx context.Context, id did.DID, tenant did.DID, name string) error

func (*Store) Delete

func (s *Store) Delete(ctx context.Context, id did.DID) error

func (*Store) GetByName

func (s *Store) GetByName(ctx context.Context, name string) (bucket.Record, error)

func (*Store) Initialize

func (s *Store) Initialize(ctx context.Context) error

Initialize is a no-op. Schema is managed by the shared goose migrations.

func (*Store) ListByTenant

func (s *Store) ListByTenant(ctx context.Context, tenant did.DID, opts ...bucket.ListOption) (store.Page[bucket.Record], error)

Jump to

Keyboard shortcuts

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