Are you an LLM? You can read better optimized documentation at /api/orm/mongoose/types/interfaces/interface-mongoose-connection-options.md for this page in Markdown format
MongooseConnectionOptions
@tsed/mongoose
Usage
typescript
import { MongooseConnectionOptions } from "@tsed/mongoose";See /packages/orm/mongoose/src/interfaces/MongooseConnectionOptions.ts.
Overview
ts
interface MongooseConnectionOptions {
url: string;
id: string;
connectionOptions?: ConnectOptions;
}url
ts
url: string;id
ts
id: string;The connection ID
connectionOptions
ts
connectionOptions?: ConnectOptions;