Versions in this module Expand all Collapse all v0 v0.0.2 Oct 19, 2024 v0.0.1 Oct 7, 2024 Changes in this version + var ErrDatabaseAlreadyExists = errors.New("database already exists") + var ErrDuplicatedKey = errors.New("duplicated key not allowed") + var ErrForeignKeyViolated = errors.New("violates foreign key constraint") + var ErrUndefinedColumn = errors.New("undefined column or parameter name") + func HandlerError(err error) error + type JSONB map[string]any + func (a *JSONB) Scan(value any) error + func (a *JSONB) Value() (driver.Value, error)