Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomQuerier ¶
type CustomQuerier struct { *Queries // contains filtered or unexported fields }
func NewCustom ¶
func NewCustom(psql DBTX) *CustomQuerier
func (*CustomQuerier) GetMigrationVersion ¶
func (s *CustomQuerier) GetMigrationVersion(ctx context.Context) (uint64, error)
func (*CustomQuerier) WithTx ¶
func (s *CustomQuerier) WithTx(tx pgx.Tx) *CustomQuerier
type ICustomQuerier ¶
Click to show internal directories.
Click to hide internal directories.