--- /// import { User, db } from 'astro:db'; const users = await db.select().from(User); ---

Users