This is how PostgreSQL is different from MySQL.
You have to cast the date string using ::date
SELECT field FROM table WHERE some_date >= '2024-03-28'::date;
Get Started with AstroJS
Course on React
Course on Tailwind
Course on React Native
Course on Express
Course on Cloudflare Worker
Course on Rust