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