[GH-ISSUE #5426] [CHORE]: Bump Prisma to latest #5084

Open
opened 2026-06-05 14:51:55 -04:00 by yindo · 1 comment
Owner

Originally created by @shatfield4 on GitHub (Apr 13, 2026).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5426

What would you like to see?

  • Current version of Prisma we are using for our backend is 5.3.1
  • We can unlock new features such as createMany support for SQLite if we bump to latest version of Prisma
  • If bumping to new version we should check where we currently iterate over an object to do creations in our db currently so that we can make more performant db calls
  • Prisma released createMany support for SQLite in version 5.12.0: https://www.prisma.io/changelog/2024-04-03#implementing-createmany-for-sqlite
Originally created by @shatfield4 on GitHub (Apr 13, 2026). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5426 ### What would you like to see? - Current version of Prisma we are using for our backend is 5.3.1 - We can unlock new features such as `createMany` support for SQLite if we bump to latest version of Prisma - If bumping to new version we should check where we currently iterate over an object to do creations in our db currently so that we can make more performant db calls - Prisma released `createMany` support for SQLite in version 5.12.0: https://www.prisma.io/changelog/2024-04-03#implementing-createmany-for-sqlite
yindo added the enhancementfeature request labels 2026-06-05 14:51:55 -04:00
Author
Owner

@timothycarambat commented on GitHub (Apr 13, 2026):

This is not a chore and is massively non-trivial!

<!-- gh-comment-id:4240769281 --> @timothycarambat commented on GitHub (Apr 13, 2026): This is not a chore and is massively non-trivial!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#5084