# Functions
ParseURL no longer needs to be used by clients of this library since supplying a URL as a connection string to sql.Open() is now supported:
sql.Open("postgres", "postgres://bob:[email protected]:5432/mydb?sslmode=verify-full")
It remains exported here for backwards-compatibility.
Query templates a query for us.
QuoteIdentifier quotes an "identifier" (e.g.
StatementCompatibilityHelper will populate the statements fields to support compatibility.
Unimplemented returns a gRPC error with the Unimplemented code.
# Variables
No description provided by the author
No description provided by the author