property DynamoEntityMapping.table

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

Type

string

Usage

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