internal

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2021 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SupportedDrivers = []string{
	"mysql",
	"postgres",
	"pg",
	"pgx",
}

Functions

func CreateSchema

func CreateSchema(db *sqlx.DB) error

func GetSchema

func GetSchema(driverName string) ([]string, error)

Types

type Message

type Message struct {
	ID        int64
	CreatedAt time.Time    `db:"created_at"`
	Payload   sql.RawBytes `db:"payload"`
	Retries   int32        `db:"retries"`
	ReadyAt   time.Time    `db:"ready_at"`
}

Directories

Path Synopsis
databases

Jump to

Keyboard shortcuts

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