sqlite

package module
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package sqlite provides error wrapping capabilities for use with the modernc.org/sqlite sqlite driver.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewError

func NewError(resource string, err error) error

Types

type Err

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

func (Err) Conflict

func (c Err) Conflict() bool

func (Err) Error

func (e Err) Error() string

func (Err) NotFound

func (c Err) NotFound() bool

func (*Err) Retry

func (c *Err) Retry() bool

func (*Err) Unwrap

func (c *Err) Unwrap() error

Jump to

Keyboard shortcuts

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