server

package
v0.0.0-...-79ce2c3 Latest Latest
Warning

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

Go to latest
Published: May 13, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CacheModeShared = CacheMode("shared")
)
View Source
const (
	JournalModeWal = JournalMode("WAL")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CacheMode

type CacheMode string

type DatabaseServer

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

func New

func New(filename string, options ...Option) (*DatabaseServer, error)

func (*DatabaseServer) Close

func (s *DatabaseServer) Close() error

func (*DatabaseServer) Exec

func (*DatabaseServer) Query

type JournalMode

type JournalMode string

type Option

type Option interface {
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

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