How can I convert a type with a library without using SQL expressions? const result1 = await db .selectFrom('users') .select(() => sql`COUNT("users".id)::integer`.as('count')) .execute(); const result2 = await db .selectFrom('users') .se...
wono
|
Do you want to delete?