scyllarepo

package
v0.0.0-...-834ce46 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DB

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

func New

func New(scylladbConfig scylladb.Config) (*DB, error)

func (*DB) GetConn

func (d *DB) GetConn() scylladb.SessionxInterface

func (*DB) GetStatement

func (d *DB) GetStatement(state Statement) (gocqlx.Queryx, error)

func (*DB) RegisterStatement

func (d *DB) RegisterStatement(states ...Statement)

func (*DB) RegisterStatements

func (d *DB) RegisterStatements(states map[string]Statement)

type Statement

type Statement struct {
	Query  string
	Values []string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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