package
0.0.0-20230110111202-2ecc45d88048
Repository: https://github.com/edwvee/dbatcher.git
Documentation: pkg.go.dev

# Functions

NewSignature creates new TableSignature from name and fields.
NewTable creates new table by signature.

# Variables

ErrEmptyField one of fields is empty ("field1,,field2").
ErrEmptyFields means fields are empty.
ErrEmptyTableName means table's name is empty.
ErrEmptyTableNamePart means there are empty table's name's part.
ErrFieldInvalidBacktick means there is no closing/opening backtick it fields.
ErrTableNameInvalidBacktick means there is no closing/opening backtick it table's name.
ErrWrongRowLen - when row elements count doesn't match table's fields count.

# Structs

Signature is table's name and fields.
Table is an abstract table that has name, fields and it's data (rows).