Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ยงInterfaces

QueryExecutor

This interface abstracts away the details of how to compile a query into SQL and execute it. Instead of passing around all those details, {@link SelectQueryBuilder} and other classes that execute queries can just pass around and instance of QueryExecutor.