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

typeorm / typeorm / 22256862981

21 Feb 2026 12:31PM UTC coverage: 81.291% (+0.1%) from 81.176%
22256862981

push

github

web-flow
feat!: remove deprecated `Connection` and `ConnectionOptions` (#12022)

27682 of 33521 branches covered (82.58%)

Branch coverage included in aggregate %.

1205 of 1301 new or added lines in 76 files covered. (92.62%)

1 existing line in 1 file now uncovered.

93920 of 116068 relevant lines covered (80.92%)

71235.59 hits per line

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

0.0
/src/driver/react-native/ReactNativeDataSourceOptions.ts
1
import { BaseDataSourceOptions } from "../../data-source/BaseDataSourceOptions"
×
2

×
3
/**
×
4
 * Sqlite-specific connection options.
×
5
 */
×
NEW
6
export interface ReactNativeDataSourceOptions extends BaseDataSourceOptions {
×
7
    /**
×
8
     * Database type.
×
9
     */
×
10
    readonly type: "react-native"
×
11

×
12
    /**
×
13
     * Database name.
×
14
     */
×
15
    readonly database: string
×
16

×
17
    /**
×
18
     * The driver object
×
19
     * This defaults to require("react-native-sqlite-storage")
×
20
     */
×
21
    readonly driver?: any
×
22

×
23
    /**
×
24
     * Storage Location
×
25
     */
×
26
    readonly location: string
×
27

×
28
    readonly poolSize?: never
×
29
    /**
×
30
     * Encryption key for encryption supported databases
×
31
     */
×
32
    readonly encryptionKey?: string
×
33
}
×
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