RLS not working when connecting using Database connection string with Drizzle ORM
I have this
It outputs the user details that is used to connect to the database. It has
connection.ts It outputs the user details that is used to connect to the database. It has
current_user: 'postgres', rolname: 'postgres', rolbypassrls: true. How can i connect using some other user that respects RLS policies?