property MongoEntityMapping.collection

The collection name. Defaults to the entity name itself, so getRepository('users') needs no mapping at all.

Type

string

Usage

import { type MongoEntityMapping } from "database-plugin/src/index.ts";