CCallgentinblog.callgent.com·Jun 25, 2024 · 2 min read🥙 Callgentive UI - Home-Cooked Software DevelopmentAI Large Language Models (LLMs) are ushering in a new golden age of Home-Cooked Software. and callgent is providing the solid infrastructure and solutions to make it happen. Let's take a look at how. What is Generative UI? From now on, forget the tra...00
CCallgentinblog.callgent.com·Jun 22, 2024 · 4 min readNestjs + Prisma, transaction propagation & test rollback & multi-tenancyPrisma interactive transaction Prisma is great. Yet it's support for interactive transaction is currently limited (Up to v5+), // interactive transaction prisma.$transaction([array_of_operations,]); prisma.$transaction(async (tx) => { // depende...00