@simply-direct/zenstack-checker
A unified fullstack communication approach for NestJS + Angular with bidirectional real-time sync via sockets.
A unified fullstack communication approach for NestJS + Angular with bidirectional real-time sync via sockets.
A Prisma client abstraction that simplifies caching.
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
Generate zero-dependency Typescript interfaces from Prisma schema
An auto-generated ORM-like library for generating seed data tailored to your own database
Snaplet CLI
Sodacore Prisma is a plugin that initialises the Prisma ORM within your project.
Generates DTO and Entity classes from Prisma Schema for NestJS
```typescript import { PrismaClient } from '@prisma/client'; import { createQuery, property, Query, QueryOptions } from '@sovgut/prisma-query';