postgresql

package
v2.1.2 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2023 License: Unlicense Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PostgresBackend

type PostgresBackend struct {
	*sqlx.DB
	DatabaseURL       string
	QueryLimit        int
	QueryIDsLimit     int
	QueryAuthorsLimit int
	QueryKindsLimit   int
	QueryTagsLimit    int
}

func (PostgresBackend) CountEvents

func (b PostgresBackend) CountEvents(ctx context.Context, filter *nostr.Filter) (int64, error)

func (PostgresBackend) DeleteEvent

func (b PostgresBackend) DeleteEvent(ctx context.Context, id string, pubkey string) error

func (*PostgresBackend) Init

func (b *PostgresBackend) Init() error

func (PostgresBackend) QueryEvents

func (b PostgresBackend) QueryEvents(ctx context.Context, filter *nostr.Filter) (ch chan *nostr.Event, err error)

func (*PostgresBackend) SaveEvent

func (b *PostgresBackend) SaveEvent(ctx context.Context, evt *nostr.Event) error

Jump to

Keyboard shortcuts

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