@silynometa/cached-prisma
A Prisma client abstraction that simplifies caching.
A Prisma client abstraction that simplifies caching.
A unified fullstack communication approach for NestJS + Angular with bidirectional real-time sync via sockets.
This allows you to convert a Prisma client to a Sidetrack database client that can be easily passed into Sidetrack options. It's useful when you want to run Sidetrack's queries using your own DB client, or if you want to make sure your jobs are inserted i
Snaplet CLI
An auto-generated ORM-like library for generating seed data tailored to your own database
Sodacore Prisma is a plugin that initialises the Prisma ORM within your project.
Generate zero-dependency Typescript interfaces from Prisma schema
```typescript import { PrismaClient } from '@prisma/client'; import { createQuery, property, Query, QueryOptions } from '@sovgut/prisma-query';
Generates DTO and Entity classes from Prisma Schema for NestJS