bockster6669
Explore posts from serversPPrisma
•Created by bockster6669 on 9/11/2024 in #help-and-questions
Search text with Prisma
Hello, guys! I am trying to create a search functionality with prisma and want to ask which is the better way: making it with the
search
prop or making it with contains
prop. Now I am using search and it looks like this
4 replies
PPrisma
•Created by bockster6669 on 9/4/2024 in #help-and-questions
Repo pattern
Hello, guys! I want toa ask about repo pattern with prisma. What to do if I have select: author, comments, tags, replys and etc into a single query. This will mean that my function name should be something like this getPostWithAuthorCommentsTagsReplys is there some best practice when dealing with such a case
2 replies
PPrisma
•Created by bockster6669 on 9/3/2024 in #help-and-questions
Prisma Types
Pls somebody help with these types
I am getting error that the type PostFindUniqueResult is not the same as the return type from PostModel.findUnique
6 replies
PPrisma
•Created by bockster6669 on 8/31/2024 in #help-and-questions
is there a `substring` method in prisma?
is there a
substring
method in prisma?7 replies
PPrisma
•Created by bockster6669 on 8/11/2024 in #help-and-questions
Get part of a text from DB with Prisma
Is there a way to get the first 50 symbols from a String column content instead getting the all content of 300 symbols for example. I know there are What is the way in prisma?
3 replies
KPCKevin Powell - Community
•Created by bockster6669 on 7/26/2024 in #front-end
What Figma says
17 replies
KPCKevin Powell - Community
•Created by bockster6669 on 7/24/2024 in #front-end
How to make a child element fixed but in the same time relative
Hello, I have one very big problem. I have nav in a div and should make it sticky when scroll trough the page, but the nav should not leave its parent div, but the div should stays in place. The div is a parent of some children, the nav is one of them. I want to keep the functionality where the nav is positioned based on the parent div styles, but also want when I scroll, only the navmove
43 replies