Eagle
Eagle
PPrisma
Created by Eagle on 12/29/2024 in #help-and-questions
Prisma Studio ➖ Getting no records in T3 Stack
Hmmm ok, I dont have many records so it must be something awry then.
20 replies
PPrisma
Created by Eagle on 12/29/2024 in #help-and-questions
Prisma Studio ➖ Getting no records in T3 Stack
Hello, thanks for taking interest in my question. Before I answer your question: I have checked Prisma Studio again and now it does show new records but not old records from before I opened Prisma Studio. Is this intended or should it show all records in the database? If it's intended then I am happy to say it is working. TO answer your questions: Correct: I can see the tables & the schema as it is loaded from my project directory prisma/schema.prisma. However can't see the records. How can I find the dockerfile? Does this command help? I think I just used a command to host
docker run --hostname=dfe03a01e375 --mac-address=02:42:ac:11:00:03 --env=POSTGRES_PASSWORD=mysecretpassword --env=PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/17/bin --env=GOSU_VERSION=1.17 --env=LANG=en_US.utf8 --env=PG_MAJOR=17 --env=PG_VERSION=17.0-1.pgdg120+1 --env=PGDATA=/var/lib/postgresql/data --volume=postgres_data:/var/lib/postgresql/data --volume=/var/lib/postgresql/data --network=bridge -p 5432:5432 --restart=no --runtime=runc -d postgres
docker run --hostname=dfe03a01e375 --mac-address=02:42:ac:11:00:03 --env=POSTGRES_PASSWORD=mysecretpassword --env=PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/17/bin --env=GOSU_VERSION=1.17 --env=LANG=en_US.utf8 --env=PG_MAJOR=17 --env=PG_VERSION=17.0-1.pgdg120+1 --env=PGDATA=/var/lib/postgresql/data --volume=postgres_data:/var/lib/postgresql/data --volume=/var/lib/postgresql/data --network=bridge -p 5432:5432 --restart=no --runtime=runc -d postgres
This is the pgadmin command:
docker run --hostname=32601001ca0d --user=pgadmin --mac-address=02:42:ac:11:00:02 [email protected] --env=PGADMIN_DEFAULT_PASSWORD=mysecretpassword --env=PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --env=PYTHONPATH=/pgadmin4 --volume=/var/lib/pgadmin --network=bridge --workdir=/pgadmin4 -p 5050:80 --restart=no --runtime=runc -d dpage/pgadmin4
docker run --hostname=32601001ca0d --user=pgadmin --mac-address=02:42:ac:11:00:02 [email protected] --env=PGADMIN_DEFAULT_PASSWORD=mysecretpassword --env=PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --env=PYTHONPATH=/pgadmin4 --volume=/var/lib/pgadmin --network=bridge --workdir=/pgadmin4 -p 5050:80 --restart=no --runtime=runc -d dpage/pgadmin4
20 replies