My Frontend is consuming data from both my NodeJs backend and Supabase, how to manage snake case of postgres in this typescript
Using both camel cases and snake case is making my codebase messier
Arsh Goyal is seeking advice on managing the use of snake case in Postgres with a NodeJs and TypeScript codebase. The mix of camel case and snake case is causing confusion and messiness in the code.