Function
prepare
Prepare a statement against a Postgres database, leaving connection/session management to the callee/implementer of this interface (normally a provider configured with connection credentials).
prepare: async func(statement: string) -> result<prepared-statement-token, error>;