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

typeorm / typeorm / 13656479841

04 Mar 2025 02:56PM UTC coverage: 72.352% (-0.005%) from 72.357%
13656479841

push

github

web-flow
docs: add "How to use Vite for the backend" entry to faq (#11306)

* docs: add "How to use Vite for the backend" entry to faq

* Apply suggestions from code review

docs: apply suggested grammar and spelling changes

Co-authored-by: Mike Guida <mike@mguida.com>

* Apply suggestions from code review

docs: add link to vite documentation

Co-authored-by: Mike Guida <mike@mguida.com>

---------

Co-authored-by: Mike Guida <mike@mguida.com>

8654 of 12650 branches covered (68.41%)

Branch coverage included in aggregate %.

17876 of 24018 relevant lines covered (74.43%)

147954.52 hits per line

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

66.67
/src/error/LockNotSupportedOnGivenDriverError.ts
1
import { TypeORMError } from "./TypeORMError"
18✔
2

3
/**
4
 * Thrown when selected sql driver does not supports locking.
5
 */
6
export class LockNotSupportedOnGivenDriverError extends TypeORMError {
18✔
7
    constructor() {
8
        super(`Locking not supported on given driver.`)
×
9
    }
10
}
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