@skypress/typeorm-query-api
SkyPress TypeORM package to map URL Query to Find Options
SkyPress TypeORM package to map URL Query to Find Options
A simple pagination function to build a pagination object with types
Never hit the database again while testing
This library has some useful utilities for typeorm, entities, repositories, useful subscribers, interceptors.
Middleware which implements a standardized format and maps an incoming http request's query params to a format which is supported by typeorm
NestJS migration module for Redshift data migration
Complete SOLID NestJS TypeORM CRUD bundle - includes common utilities, TypeORM integration, and GraphQL API generation
solid-nestjs TypeORM utilities
Complete SOLID NestJS TypeORM CRUD bundle - includes common utilities, TypeORM integration, and REST API generation
Complete SOLID NestJS TypeORM CRUD bundle - includes common utilities, TypeORM integration, Rest-API and GraphQL API generation
A Transactional Method Decorator for typeorm that uses cls-hooked to handle and propagate transactions between different repositories and service methods. Inpired by Spring Trasnactional Annotation and Sequelize CLS