drivermgr

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: Apache-2.0 Imports: 8 Imported by: 2

Documentation

Overview

Package drivermgr is a cgo wrapper for the adbc_driver_manager.

This provides an implementation of the ADBC interfaces which uses CGO to wrap a shared object implementation of adbc.h

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 (*Database) Close added in v0.10.0

func (d *Database) Close() error

func (*Database) Open

func (*Database) SetOptions

func (d *Database) SetOptions(options map[string]string) error

type Driver

type Driver struct{}

func (Driver) NewDatabase

func (d Driver) NewDatabase(opts map[string]string) (adbc.Database, error)

Jump to

Keyboard shortcuts

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