© 2026 Hedgehog Software, LLC
const rows = db.select({ id: user.id }).from(user).where(eq(user.name, name)).limit(1);
svelte-kit check
Error: Expected 0 arguments, but got 1. const rows = await db .select({ id: user.id }) .from(user)