Supabase role connections

Hey, so I am building a react native expo app and I am using supabase as its database. Some details: I dont use realtime functionality, i dont use auth, i only use the database. In my code I do selects, inserts and updates. As I was developing my app, I noticed the active connections progress bar at the database roles sub page. For example now it says 13/60 even though only I have the app, how does that work? And one more question is that I only do API requests through the native lib and I do not subscribe to postgres change events, than why does it keep connections alive? On the attached image you can find my db config. Thanks for the help
image.png
Was this page helpful?