package
9.1.8
Repository: https://github.com/nibeh/pg.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
Delete deletes a given model from the db.
No description provided by the author
No description provided by the author
ForceDelete force deletes a given model from the db.
GetTable returns a Table for a struct type.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RegisterTable registers a struct as SQL table.
nolint.
nolint.
No description provided by the author
SetTableNameInflector overrides the default func that pluralizes model name to get table name, e.g.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Table represents a SQL table created from Go struct.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ColumnScanner is used to scan column values.
DB is a common interface for pg.DB and pg.Tx types.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Result summarizes an executed SQL command.
No description provided by the author
No description provided by the author