Why is my camelCase name not working in Postgres functions or RLS policies?

Last edited: 1/15/2025

Avoid camelCase (upper case letters) if possible when naming functions, tables, columns, and variables. You must enclose "camelCase" in double quotes when you define it or use it. YOU WILL FORGET. Use snake_case instead and make your life easier.

Note to Prisma users, you will likely have to deal with it.