© 2026 Hedgehog Software, LLC
inArray
D1_ERROR: near "in": syntax error at offset 153
const result = await db .select() .from(posts) .where( and( inArray(posts.content, ["book"] ), eq(posts.isActive, true) ) )