UNPKG

@algochad/prisma-core

Version:

A comprehensive NestJS library that provides EF-Core-like operations using Prisma and GraphQL. Features LINQ-style query builders, advanced data manipulation, GraphQL integration with genql, and a unified API for both Prisma and GraphQL operations. Includ

16 lines (15 loc) 753 B
export * from './prisma-core.module'; export { PrismaCoreService } from './prisma-core.service'; export * from './core/prisma/prisma-query-builder'; export * from './core/prisma/prisma-mutation-builder'; export * from './core/prisma/prisma-unified-builder'; export * from './core/prisma/prisma-repository'; export * from './core/prisma/prisma-types'; export * from './core/graphql/graphql-query-builder'; export * from './core/graphql/graphql-mutation-builder'; export * from './core/graphql/graphql-unified-builder'; export * from './core/graphql/graphql-repository'; export * from './core/graphql/graphql-repository-universal'; export * from './collections/graphql/graphql-queryable'; export * from './collections'; export * from './benchmark.utils';