• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

typeorm / typeorm / 22333330403

24 Feb 2026 01:58AM UTC coverage: 81.418% (-0.03%) from 81.451%
22333330403

push

github

web-flow
feat(sqlite)!: drop support for sqlite3 and default to better-sqlite3 (#11836)

Co-authored-by: Lucian Mocanu <alumni@users.noreply.github.com>
Co-authored-by: Giorgio Boa <35845425+gioboa@users.noreply.github.com>

26555 of 32182 branches covered (82.52%)

Branch coverage included in aggregate %.

99 of 120 new or added lines in 5 files covered. (82.5%)

30 existing lines in 3 files now uncovered.

94931 of 117030 relevant lines covered (81.12%)

65233.75 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

66.67
/src/error/ConnectionIsNotSetError.ts
1
import { TypeORMError } from "./TypeORMError"
23✔
2

23✔
3
/**
23✔
4
 * Thrown when user tries to execute operation that requires connection to be established.
23✔
5
 */
23✔
6
export class ConnectionIsNotSetError extends TypeORMError {
23✔
7
    constructor(dbType: string) {
23✔
UNCOV
8
        super(
×
UNCOV
9
            `Connection with ${dbType} database is not established. Check connection configuration.`,
×
UNCOV
10
        )
×
UNCOV
11
    }
×
12
}
23✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc