Β© 2026 Hedgehog Software, LLC
const filterByBool: boolean | undefined | null = undefined await db .select() .from(test) .where(test.bool == filterByBool ?? true)