How do i delete tables and values or edit them in postgres?

peacocksir
HOBBY

5 months ago

Example, i need to delete this table.

Solved

0 Replies

peacocksir
HOBBY

5 months ago

686d076f-c1b9-44c4-92ee-8d78120d5ff0


maddsua
HOBBY

5 months ago

Well gotta use the psql tool


peacocksir
HOBBY

5 months ago

can you send a link to that


peacocksir
HOBBY

5 months ago

do you think using mongodb would be easier with railway


maddsua
HOBBY

5 months ago

No


maddsua
HOBBY

5 months ago

Just install the thing from Google search


peacocksir
HOBBY

5 months ago

oh i see its a app not a railway service or something


peacocksir
HOBBY

5 months ago

thanks


maddsua
HOBBY

5 months ago

Yup


peacocksir
HOBBY

5 months ago

any reason why i cant delete or save these on the website? the rows also dont show up on pgAdmin, even after refreshing

1346186121104593200


maddsua
HOBBY

5 months ago

The data tab is undercooked, my best explanation


maddsua
HOBBY

5 months ago


maddsua
HOBBY

5 months ago

The general advice here is to take the DB public URL and use some sort of a client to manage your data


maddsua
HOBBY

5 months ago

Sry couldn't give you a broader response earlier, was busy shopping 😄


maddsua
HOBBY

5 months ago

psql is what I use most of the time. It has a bit of a learning curve but it's pretty good


maddsua
HOBBY

5 months ago

Speaking of the databases themselves, in my experience postgres is a good enough solution for 99.9 percent of the projects


maddsua
HOBBY

5 months ago

And for that 0.01% you definitely aren't looking at mongo 🤣


peacocksir
HOBBY

5 months ago

yea, i think i figured it out. im interacting with this database using a discord bot, and it seems to work fine


peacocksir
HOBBY

5 months ago

thanks man


5 months ago

!s


Status changed to Solved brody 5 months ago


How do i delete tables and values or edit them in postgres? - Railway Help Station