Function

prepare

Prepare a statement, given a connection token (which can represent a connection or session), to a Postgres database.

prepare: func(statement: string) -> result​<prepared-statement-token, statement-prepare-error>;