If I add a constraint, how do I view it in Supabase?
n
Needle
05/27/2022, 6:21 AM
Hello @snowshift!
This thread has been automatically created from your message in #843999948717555735 a few seconds ago.
We have already mentioned the @User so that they can see your message and help you as soon as possible!
Want to unsubscribe from this thread?
Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates.
Want to change the title?
Use the ``/title`` command!
We have solved your problem?
Click the button below to archive it.
g
garyaustin
05/27/2022, 12:27 PM
When you start using features beyond what the UI supports right now it is probably worth getting a tool like pgadmin or Datagrip (there are many out there) that manage the database thru the Postgres user connection.
n
Needle
05/27/2022, 12:27 PM
snowshift (2022-05-27)
s
snowshift
05/27/2022, 2:33 PM
Thank you for your advice! What is your recommendation for modern database administration tools?
g
garyaustin
05/27/2022, 2:41 PM
I personally only have used Datagrip which is part of my JetBrains IDE for Postgres. Pgadmin is mentioned a lot by people here and is free. Other than that you can search here, or on the web, or ask a new question for advice on it. I've seen other tools mentioned, but I don't recall the names.
s
snowshift
05/27/2022, 3:06 PM
Thank you again for answering. You’re giving me perspective