sqlite3

package
v0.3.6 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2021 License: Apache-2.0 Imports: 12 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 NewSQLiteJoinedHostsTable

func NewSQLiteJoinedHostsTable(db *sql.DB) (s *joinedHostsStatements, 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)

func NewSQLiteRoomsTable

func NewSQLiteRoomsTable(db *sql.DB) (s *roomStatements, 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

Jump to

Keyboard shortcuts

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