ยฉ 2026 Hedgehog Software, LLC
const query = db.select().from(myTable)
select()
.select({ totalCount: sql<number>`COUNT(*)`, })
config
db.select({ totalCount: sql<number>`COUNT(*)`, }) // @ts-ignore since config is protected .from(query.config.table)