MCPcopy
hub / github.com/drizzle-team/drizzle-orm / asc

Function asc

drizzle-orm/src/sql/expressions/select.ts:23–25  ·  view source on GitHub ↗
(column: AnyColumn | SQLWrapper)

Source from the content-addressed store, hash-verified

21 * @see desc to sort in descending order
22 */
23export function asc(column: AnyColumn | SQLWrapper): SQL {
24 return sql`${column} asc`;
25}
26
27/**
28 * Used in sorting, this specifies that the given

Callers 15

testsFunction · 0.90
testsFunction · 0.90
funcFunction · 0.90
pg-custom.test.tsFile · 0.90
awsdatapi.test.tsFile · 0.90
testsFunction · 0.90
libsql-ws.test.tsFile · 0.90

Calls 1

sqlFunction · 0.90

Tested by 1

funcFunction · 0.72