senbonzakura123486
Explore posts from serversTTCTheo's Typesafe Cult
•Created by senbonzakura123486 on 4/30/2023 in #questions
How do I skip build step by files changes?
not sure how this solution work
5 replies
TTCTheo's Typesafe Cult
•Created by senbonzakura123486 on 12/4/2022 in #questions
Help! I'm building small wiki app with Prisma and being stuck at paginate function.
what i still wonder now is .count all faster than .findMany to get all tho, which if they are on par then i think i would do .findMany
21 replies
TTCTheo's Typesafe Cult
•Created by senbonzakura123486 on 12/4/2022 in #questions
Help! I'm building small wiki app with Prisma and being stuck at paginate function.
@PondWader i'm using prisma mongodb here, this is not db's fault
21 replies
TTCTheo's Typesafe Cult
•Created by senbonzakura123486 on 12/4/2022 in #questions
Help! I'm building small wiki app with Prisma and being stuck at paginate function.
what i want to achieve is get the result and count in 1 query, which can be done with mongoose
21 replies
TTCTheo's Typesafe Cult
•Created by senbonzakura123486 on 12/4/2022 in #questions
Help! I'm building small wiki app with Prisma and being stuck at paginate function.
then it's no better then .count
21 replies
TTCTheo's Typesafe Cult
•Created by senbonzakura123486 on 12/4/2022 in #questions
Help! I'm building small wiki app with Prisma and being stuck at paginate function.
@PondWader as I check it didn't count all, it just count the number of record after paginated, which is totally useless
21 replies
TTCTheo's Typesafe Cult
•Created by senbonzakura123486 on 12/4/2022 in #questions
Help! I'm building small wiki app with Prisma and being stuck at paginate function.
@Mihai Andrei as i check none in the doc show how should i do to count total record before paginate
21 replies
TTCTheo's Typesafe Cult
•Created by senbonzakura123486 on 12/4/2022 in #questions
Help! I'm building small wiki app with Prisma and being stuck at paginate function.
let me see
21 replies