seekdb

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package seekdb loads and owns the embedded seekDB runtime used by the SQL store.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Path        string
	LibraryPath string
}

type ConnectionOptions

type ConnectionOptions struct {
	Transport string
	Port      uint
	Endpoint  string
	User      string
}

type Instance

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

func Open

func Open(ctx context.Context, config Config) (*Instance, error)

func (*Instance) Close

func (i *Instance) Close(_ context.Context) error

func (*Instance) ConnectionOptions

func (i *Instance) ConnectionOptions() ConnectionOptions

type UnavailableError

type UnavailableError struct{ Cause error }

func (*UnavailableError) Error

func (e *UnavailableError) Error() string

func (*UnavailableError) Unwrap

func (e *UnavailableError) Unwrap() error

Jump to

Keyboard shortcuts

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