aq

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2021 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Engine

type Engine struct {
	DB map[string]storage.DB
}

func Start

func Start(path ...string) (*Engine, error)

func (*Engine) GetColumns

func (e *Engine) GetColumns(db, table string) []string

func (Engine) GetDatabase

func (e Engine) GetDatabase() map[string]storage.DB

func (Engine) GetEngineName

func (e Engine) GetEngineName() string

func (*Engine) GetTableValues

func (e *Engine) GetTableValues(db, table string) ([]map[string]value.Value, error)

func (*Engine) GetValue

func (e *Engine) GetValue(db, table, column string, line int) (value.Value, error)

func (*Engine) WriteTable

func (e *Engine) WriteTable(db, table string, values []map[string]value.Value) error

Jump to

Keyboard shortcuts

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