Function
exec
Execute a prepared statement, returning the number of rows affected.
exec: async func(stmt-token: prepared-statement-token, params: list<pg-value>) -> result<u64, error>;Execute a prepared statement, returning the number of rows affected.
exec: async func(stmt-token: prepared-statement-token, params: list<pg-value>) -> result<u64, error>;