mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
fix: added instanceName to options (#9968)
* added instanceName to options * run prettier --------- Co-authored-by: Jens Horch <horch@hector.de>
This commit is contained in:
parent
03058055df
commit
7c5627f272
@ -119,6 +119,11 @@ export interface SqlServerConnectionOptions
|
||||
* Extra options
|
||||
*/
|
||||
readonly options?: {
|
||||
/**
|
||||
* The named instance to connect to
|
||||
*/
|
||||
readonly instanceName?: string
|
||||
|
||||
/**
|
||||
* By default, if the database requestion by options.database cannot be accessed, the connection will fail with
|
||||
* an error. However, if options.fallbackToDefaultDb is set to true, then the user's default database will
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user