UNPKG

mongo-portable

Version:

Portable Pure JS MongoDB - Based on Monglodb (https://github.com/euforic/monglodb.git) by Christian Sullivan (http://RogueSynaptics.com)

49 lines (26 loc) 913 B
[Mongo Portable](../README.md) > [IConnection](../interfaces/iconnection.md) # Interface: IConnection ## Hierarchy **IConnection** ## Index ### Properties * [id](iconnection.md#id) * [instance](iconnection.md#instance) * [name](iconnection.md#name) --- ## Properties <a id="id"></a> ### id **● id**: *`any`* *Defined in [utils/ConnectionHelper.ts:8](https://github.com/EastolfiWebDev/MongoPortable/blob/d5d3826/src/utils/ConnectionHelper.ts#L8)* ___ <a id="instance"></a> ### instance **● instance**: *[MongoPortable](../classes/mongoportable.md)* *Defined in [utils/ConnectionHelper.ts:9](https://github.com/EastolfiWebDev/MongoPortable/blob/d5d3826/src/utils/ConnectionHelper.ts#L9)* ___ <a id="name"></a> ### name **● name**: *`string`* *Defined in [utils/ConnectionHelper.ts:7](https://github.com/EastolfiWebDev/MongoPortable/blob/d5d3826/src/utils/ConnectionHelper.ts#L7)* ___