Categorygithub.com/facette/sqlstorage
modulepackage
0.0.0-20180722062226-9a160f84b339
Repository: https://github.com/facette/sqlstorage.git
Documentation: pkg.go.dev

# README

sqlstorage: SQL storage

SQL databases generic CRUD system for Go.

GoDoc

# Functions

Drivers returns the list of supported storage drivers.
NewStorage creates a new storage instance.

# Variables

ErrItemConflict represents an item conflict error.
ErrItemNotFound represents an item not found error.
ErrMissingField represents a missing mandatory field error.
ErrUnknownColumn represents an unknown column error.
ErrUnknownReference represents an unknown reference error.
ErrUnsupportedDriver represents an unsupported database driver error.

# Structs

Storage represents a storage instance.

# Type aliases

GlobModifier represents a glob pattern string modifier.
RegexpModifier represents a regexp pattern string modifier.