R
Railway5mo ago
Muijf

PostgreSQL template can't use built-in database interface

I can't connect using the built-in database interface. I noticed that sometimes it works, and sometimes it doesn't.
6 Replies
Percy
Percy5mo ago
Project ID: 691265c1-a324-4034-8288-642c7ab38ebc
Muijf
Muijf5mo ago
691265c1-a324-4034-8288-642c7ab38ebc I changed nothing btw. Everything is default.
Brody
Brody5mo ago
as long as you can connect from a database client like dbgate, it would be best to treat the data tab as if it doesn’t exist
Muijf
Muijf5mo ago
Sure. I just wanted to have a quick way to do things you know Should be fixed though I'll just go with prisma studio
Brody
Brody5mo ago
personally i would not use it for anything more than a "oh yeah theres some data here" sanity check
Muijf
Muijf5mo ago
Sure of course. I am still developing so it's useful to add a quick account to test auth and stuff. But I should do database seeding anyway. I'll work it out