database

package
v0.0.0-...-09350fc Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Database

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

func CreateIfNotExistsDatabase

func CreateIfNotExistsDatabase(name string) (*Database, error)

func (*Database) Close

func (self *Database) Close()

func (*Database) Execute

func (self *Database) Execute(statement SQLStatement) error

func (*Database) Fetch

func (self *Database) Fetch(statement SQLStatement) ([][]string, error)

type SQLStatement

type SQLStatement = string

Jump to

Keyboard shortcuts

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