#Can I share my database with someone
9 messages · Page 1 of 1 (latest)
Project ID: 13f0c826-2b6c-497f-bf6e-5cfbc1cd8242
13f0c826-2b6c-497f-bf6e-5cfbc1cd8242
Will they be able to see the content of the DB
yes but isnt that the point?
Yes, it's the point. But what exactly should they do to see it, having only these variables?
if they don't know what they are supposed to do with the db url connection when you give it them that's kind of a red flag if you're actually doing this assignment for someone...
anyway that's besides the point - once you get the db connection, you can get the details and enter them into your favourite database management program, then use a query like SELECT * FROM table or just look at the records
Thanx, got it! Want to try it with my pgAdmin then