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.
Expression<V>
Record<string, V>
Generated using TypeDoc
Like
Expression<V>
but also accepts a select query with an output type extendingRecord<string, V>
. This type is useful because SQL treats records with a single column as single values.