teableio/teable

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

Summary

Maintainability
A
3 hrs
Test Coverage

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

export class SqliteProvider implements IDbProvider {
  private readonly logger = new Logger(SqliteProvider.name);

  constructor(private readonly knex: Knex) {}

Severity: Minor
Found in apps/nestjs-backend/src/db-provider/sqlite.provider.ts - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status