sqlite3

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2021 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSQLiteBlacklistTable

func NewSQLiteBlacklistTable(db *sql.DB) (s *blacklistStatements, err error)

func NewSQLiteInboundPeeksTable added in v0.3.7

func NewSQLiteInboundPeeksTable(db *sql.DB) (s *inboundPeeksStatements, err error)

func NewSQLiteJoinedHostsTable

func NewSQLiteJoinedHostsTable(db *sql.DB) (s *joinedHostsStatements, err error)

func NewSQLiteNotaryServerKeysMetadataTable added in v0.4.1

func NewSQLiteNotaryServerKeysMetadataTable(db *sql.DB) (s *notaryServerKeysMetadataStatements, err error)

func NewSQLiteNotaryServerKeysTable added in v0.4.1

func NewSQLiteNotaryServerKeysTable(db *sql.DB) (s *notaryServerKeysStatements, err error)

func NewSQLiteOutboundPeeksTable added in v0.3.7

func NewSQLiteOutboundPeeksTable(db *sql.DB) (s *outboundPeeksStatements, err error)

func NewSQLiteQueueEDUsTable

func NewSQLiteQueueEDUsTable(db *sql.DB) (s *queueEDUsStatements, err error)

func NewSQLiteQueueJSONTable

func NewSQLiteQueueJSONTable(db *sql.DB) (s *queueJSONStatements, err error)

func NewSQLiteQueuePDUsTable

func NewSQLiteQueuePDUsTable(db *sql.DB) (s *queuePDUsStatements, err error)

Types

type Database

type Database struct {
	shared.Database
	sqlutil.PartitionOffsetStatements
	// contains filtered or unexported fields
}

Database stores information needed by the federation sender

func NewDatabase

func NewDatabase(dbProperties *config.DatabaseOptions, cache caching.FederationSenderCache) (*Database, error)

NewDatabase opens a new database

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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