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

§Functions

isExpressionOrFactory
parseAliasedExpression
parseExpression

§Type Aliases

AliasedExpressionOrFactory
ExpressionFactory
ExpressionOrFactory
OperandExpression

Like Expression<V> but also accepts a select query with an output type extending Record<string, V>. This type is useful because SQL treats records with a single column as single values.