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

a year ago

Example, i need to delete this table.

Solved

20 Replies

peacocksir
HOBBYOP

a year ago

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


maddsua
HOBBY

a year ago

Well gotta use the psql tool


peacocksir
HOBBYOP

a year ago

can you send a link to that


peacocksir
HOBBYOP

a year ago

do you think using mongodb would be easier with railway


maddsua
HOBBY

a year ago

No


maddsua
HOBBY

a year ago

Just install the thing from Google search


peacocksir
HOBBYOP

a year ago

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


peacocksir
HOBBYOP

a year ago

thanks


maddsua
HOBBY

a year ago

Yup


peacocksir
HOBBYOP

a year 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

a year ago

The data tab is undercooked, my best explanation



maddsua
HOBBY

a year 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

a year ago

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


maddsua
HOBBY

a year 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

a year ago

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


maddsua
HOBBY

a year ago

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


peacocksir
HOBBYOP

a year ago

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


peacocksir
HOBBYOP

a year ago

thanks man


a year ago

!s


Status changed to Solved brody about 1 year ago


Loading...