typeorm:用于resty.js的TypeORM模块 源码
@ restyjs / typeorm import resty , { Controller , Get } from "@restyjs/core" ; import { Database } from "@restyjs/typeorm" ; @ Controller ( "/" ) class HelloController { @ Get ( "/" , [ ] ) index ( ) { return "Hello World" ; } } const app = resty ( { controllers : [ HelloController ] ,
下载地址
用户评论