MicroOrm adapter for JsonApi Plugin for NestJs
npm install @yaser2us/json-api-nestjs-typeormTypeOrm adapter for json-api-nestjs
``bash `
$ npm install @yaser2us/json-api-nestjs-typeorm
The following interface is using for the configuration:
`typescript``
export type TypeOrmParam = {
useSoftDelete?: boolean // Use soft delete
runInTransaction?:
isolationLevel: IsolationLevel,
fn: Func
) => ReturnType
};