© 2026 Hedgehog Software, LLC
import { ilike } from "drizzle-orm"; const userInput = "asdf"; db.select().from(table).where(ilike(table.column, `%${userInput}%`));