teableio/teable

View on GitHub
apps/nestjs-backend/src/db-provider/postgres.provider.ts

Summary

Maintainability
A
3 hrs
Test Coverage

PostgresProvider has 27 functions (exceeds 20 allowed). Consider refactoring.
Open

export class PostgresProvider implements IDbProvider {
  private readonly logger = new Logger(PostgresProvider.name);
  constructor(private readonly knex: Knex) {}

  driver = DriverClient.Pg;
Severity: Minor
Found in apps/nestjs-backend/src/db-provider/postgres.provider.ts - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status