TContextCallback
Bun

type

SQL.ContextCallback

type ContextCallback<T, SQL> = (sql: SQL) => Promise<T>