Skip to content

@142vip.data source.Interface.MongoDBOptions

mmdapl edited this page Oct 17, 2025 · 1 revision

API 参考 / @142vip/data-source / MongoDBOptions

Interface: MongoDBOptions

Defined in: packages/data-source/src/core/sql/vip-mongo.ts:7

Extends

Properties

database

database: string

Defined in: packages/data-source/src/core/sql/vip-mongo.ts:8


findFilter?

optional findFilter: Record<string, any>

Defined in: packages/data-source/src/core/sql/vip-mongo.ts:10


findOptions?

optional findOptions: Record<string, any>

Defined in: packages/data-source/src/core/sql/vip-mongo.ts:11


host

host: string

Defined in: packages/data-source/src/data-source.interface.ts:57

Inherited from

DataSourceConnectionOptions.host


password

password: string

Defined in: packages/data-source/src/data-source.interface.ts:60

Inherited from

DataSourceConnectionOptions.password


port

port: number

Defined in: packages/data-source/src/data-source.interface.ts:58

Inherited from

DataSourceConnectionOptions.port


table

table: string

Defined in: packages/data-source/src/core/sql/vip-mongo.ts:9


username

username: string

Defined in: packages/data-source/src/data-source.interface.ts:59

Inherited from

DataSourceConnectionOptions.username

Clone this wiki locally