import * as pgc4d from "https://raw.githubusercontent.com/jakajancar/pgc4d/master/src/mod.ts";| BufferedQueryResult | A buffered query result that contains all the rows and |
| PgError | |
| QueryResult abstract | Abstract superclass of streaming and buffered results. |
| StreamingQueryResult | A streaming result. |
| connectPg | Opens a new connection to a PostgreSQL server and resolves to the connection
( |
| ColumnMetadata | |
| CompletionInfo | Query metadata received at the end of execution of a query. |
| ConnectPgOptions | |
| ErrorAndNoticeFields | |
| Notification | A notification received as a consequence of using |
| ParameterMetadata | |
| PgConn | |
| PgError | |
| PgNotice | |
| PreparedStatement |
| ColumnValue | |
| IndexedRow | A row in the shape of a JavaScript array, without column names: |
| KeyedRow | A row in the shape of a JavaScript object, with column names as keys: |