pgweb
pgweb copied to clipboard
Setup a connection manager
trafficstars
Currently all session management happens in the api module and does not have any locking around creating/removing sessions, which will cause panics. Lets setup a connection manager that will handle all the session creation/deletion moving forward.
+1