How to use the @nestjs/azure-database.InjectRepository function in @nestjs/azure-database

To help you get started, we’ve selected a few @nestjs/azure-database examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github nitro-stack / nitro-cats / server / src / cat / cat.service.ts View on Github external
constructor(
    @InjectRepository(Cat)
    private readonly catRepository: Repository,
  ) {}

@nestjs/azure-database

The Azure Table Storage module for Nest framework (node.js)

MIT
Latest version published 6 months ago

Package Health Score

72 / 100
Full package analysis

Similar packages