jsoneaday
Explore posts from serversPPrisma
•Created by jsoneaday on 10/31/2024 in #help-and-questions
Why is omit not available for this query?
I am using prisma 5.21.1. If I try this call omit is not available why?
7 replies
PPrisma
•Created by jsoneaday on 9/9/2024 in #help-and-questions
Cursor based paging issue for multilevel relationships
I have this query. As you can see my paging field's like cursors are inside the select: works section. Question completes in the next post.
2 replies
MModular
•Created by jsoneaday on 8/31/2024 in #community-showcase
Created a job posting app for less popular languages like Mojo
App focuses on esoteric and less popular languages that still have fortune 1000 companies using them.
https://syntaxmakers.com/
1 replies
PPrisma
•Created by jsoneaday on 6/17/2024 in #help-and-questions
Docker error Can't reach database server at localhost:5432
I'm using docker compose and my server api depends on a postgres server in the same container. During the build I run and get this error. I also tried replacing localhost with 0.0.0.0 and db (my database's docker service name) but it does not work. Strangely from my dev machine I'm able to run without issue using this same DATABASE_URL variable.
5 replies