package
0.0.0-20241025174117-cd787a4bd128
Repository: https://github.com/advanced-go/postgresql.git
Documentation: pkg.go.dev
# Functions
Delete - execute a SQL delete statement.
Insert - execute a SQL insert statement.
InsertT - execute a SQL insert statement.
No description provided by the author
Ping - ping the database cluster.
Query - process a SQL select statement.
QueryT - process a SQL select statement, returning a type.
Readiness - package readiness.
Rows - templated function for creating rows.
Scan - templated function for scanning rows.
Stat - retrieve Pgx pool stats.
Unmarshal - templated function for JSON unmarshalling.
Update - execute a SQL update statement.
# 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
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
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
# Interfaces
Scanner - templated interface for scanning rows.
# Type aliases
DeleteFunc - type.
InsertFunc - type.
InsertFuncT - type.
QueryFunc - type declaration.
QueryFuncT - type declaration.
UpdateFunc - type.