raw_execute(sql, name = nil, binds = [], prepare: false, async: false, allow_retry: false, materialize_transactions: true, batch: false)
private

Lowest level way to execute a query. Doesn’t check for illegal writes, doesn’t annotate queries, yields a native result object.