Yetzederixx
Yetzederixx
PPrisma
Created by Austin on 8/9/2024 in #help-and-questions
Read Only database
https://www.prisma.io/docs/orm/prisma-client/setup-and-configuration/read-replicas I found this. You'd think there'd be a connection string flag you could send in, but I'll be darned if I can find more than a fleeting mention of one.
4 replies
PPrisma
Created by سَيـْـــــــــــــــــفُ اللهِ on 8/7/2024 in #help-and-questions
prisma can't connect to postgres database "user was denied access"
I strongly recommend this tool for db administration. https://dbeaver.io/download/
38 replies
PPrisma
Created by سَيـْـــــــــــــــــفُ اللهِ on 8/7/2024 in #help-and-questions
prisma can't connect to postgres database "user was denied access"
38 replies
PPrisma
Created by سَيـْـــــــــــــــــفُ اللهِ on 8/7/2024 in #help-and-questions
prisma can't connect to postgres database "user was denied access"
and/or db if you have multiple db's on the server
38 replies
PPrisma
Created by سَيـْـــــــــــــــــفُ اللهِ on 8/7/2024 in #help-and-questions
prisma can't connect to postgres database "user was denied access"
I have a feeling that user may not actually have permissions on the table
38 replies
PPrisma
Created by سَيـْـــــــــــــــــفُ اللهِ on 8/7/2024 in #help-and-questions
prisma can't connect to postgres database "user was denied access"
ALTER USER user_name WITH PASSWORD 'new_password';
38 replies
PPrisma
Created by سَيـْـــــــــــــــــفُ اللهِ on 8/7/2024 in #help-and-questions
prisma can't connect to postgres database "user was denied access"
You'll want to set a password for that user
38 replies
PPrisma
Created by Yetzederixx on 8/6/2024 in #help-and-questions
Issue creating a record in an edge table
Update it worked. Note, it worked a month ago with lower case, so I'm not sure. Thanks again @Nurul (Prisma)
6 replies
PPrisma
Created by Yetzederixx on 8/6/2024 in #help-and-questions
Issue creating a record in an edge table
I'll give it a try this morning. Thanks
6 replies
PPrisma
Created by Zurnadürüm on 7/24/2024 in #help-and-questions
Prisma doesn't see .env.development
What I do is have a "fluid" .env file, and have my package.json file do something like this "migrate:dev": "cp .env.development .env && rest_of_commands"
4 replies
PPrisma
Created by yug on 7/17/2024 in #help-and-questions
prismaclientvalidationerror
That said, you are trying to add an address to a user which does not have an address field, you cannot add a field (and prisma will not ignore it) that doesn't exist in the models schema
7 replies
PPrisma
Created by RomainB on 7/17/2024 in #help-and-questions
$queryRawUnsafe takes a long time to respond
5 joins is umm excessive, I don't know what's up with prisma, but on a large db (even with indexes and such) that's gonna be a suckfest of a query performance wise
6 replies
PPrisma
Created by Lord Zd on 7/10/2024 in #help-and-questions
Unable to connect Prisma to RDS database
or you will loose days of your life
109 replies
PPrisma
Created by Lord Zd on 7/10/2024 in #help-and-questions
Unable to connect Prisma to RDS database
un-fun pro-tip: make sure you have "delete eol white space on save/formatting/etc" turned OFF for at least yaml files
109 replies
PPrisma
Created by Lord Zd on 7/10/2024 in #help-and-questions
Unable to connect Prisma to RDS database
anyway, when you get there hit me up and we can do/schedule a google hangout or something
109 replies