44
loading...
This website collects cookies to deliver better user experience
"Do I really want to trade off development ease, developer experience, code quality over this new way of working with DynamoDB?"
npm install @typedorm/common @typedorm/core --save
npm install reflect-metadata --save
tsconfig.json
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
npm install aws-sdk --save
Table
:@Entity
decorator, exported by @typedorm/common
. Product and Employee entities are the only ones listed here, but you got the overall idea.entities
option and TypeDORM will auto load all the entities from a given path.