typeorm
已收录文章:2篇
-
TypeOrm 软删除(逻辑删除)最近学习midway,用上了TypeOrm,感觉和squelize相比还是缺少了很多东西,这个不得不吐槽一下文档!实体添加时间// 基础实体 import { // Column, PrimaryGeneratedColumn, // Prim449 收藏
-
解决方法ormconfig.json{ "type": "mysql", "host": "localhost", "port": 3306, "username": "", "password": "", "database": "development", "entities": [ "dist/**/*.entity{.ts,.js}" ], "synchronize": true, "timezone": "+08:00" //321 收藏