yuccadb

package module
v0.0.0-...-07bd960 Latest Latest
Warning

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

Go to latest
Published: May 6, 2024 License: MIT Imports: 7 Imported by: 0

README

yuccadb

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrTableNotFound = errors.New("table not found")

Functions

This section is empty.

Types

type Result

type Result struct {
	Values  []string
	Profile sstable.Profile
}

type YuccaDB

type YuccaDB struct {
	Logger logger.Logger
	// contains filtered or unexported fields
}

func NewYuccaDB

func NewYuccaDB() *YuccaDB

func (*YuccaDB) GetValue

func (db *YuccaDB) GetValue(tableName, key string) (Result, error)

func (*YuccaDB) PutTable

func (db *YuccaDB) PutTable(tableName, file string, replace bool) error

func (*YuccaDB) TableTimestamp

func (db *YuccaDB) TableTimestamp(tableName string) (time.Time, bool)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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