https://linen.dev logo
Question: is there direct DB access?
# help
b
Is there planned any direct access to DB via cmdline or maybe even web panel to view deployment and used resources? My specific use-case is that I would like to a backup my db before releasing new app version (and potentially reverting it in case something breaks)
a
you can already access your db directly through using the provided connection string, but I'm not exactly sure about when shuttle itself will have a gui dashboard to measure resources
b
I wasn't aware that db url is printed once I start using
PgPool
in my app. Thank you very much!