sqlite

package
v0.2.9 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NameSQLite = "sqlite"

	SQLiteIntType   = "BIGINT"
	SQLiteFloatType = "FLOAT"
	SQLiteBoolType  = "BOOLEAN"
)

NameSQLite SQLite output name

Variables

This section is empty.

Functions

func NewSQLiteOutput

func NewSQLiteOutput(cfg *config.Config, outCfg *config.Output) (outputs.Output, error)

NewSQLiteOutput return a new SQLite tester instance

Types

type SQLite

type SQLite struct {
	outputs.Output
	// contains filtered or unexported fields
}

SQLite SQLite tester structure

func (SQLite) Close

func (s SQLite) Close() error

Close closes all sqlite3 connections

func (SQLite) Do

func (s SQLite) Do(data outputs.Data) error

Do make SQLite outputs

func (SQLite) OutputFiles

func (s SQLite) OutputFiles() []string

OutputFiles return a list of output files

Jump to

Keyboard shortcuts

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