blazend:出色的快速后端框架

时间:2021-04-14 10:05:02
【文件属性】:
文件名称:blazend:出色的快速后端框架
文件大小:73KB
文件格式:ZIP
更新时间:2021-04-14 10:05:02
TypeScript Blazend Blazend是一个后端框架,可以在NodeJS / Typescript中更快,更轻松地构建CRUD应用程序。 它在和上提供了一个简单而又甜蜜却灵活的抽象,以提高开发人员的工作效率。 安装 $ npm i blazend # Then add one of the following: $ npm install pg $ npm install sqlite3 $ npm install mysql $ npm install mysql2 初始化 const { App } = require ( 'blazend' ) ; const appConfig = { db : { config : { dbType : "postgres|mysql|sqlite" , conn : "" ,
【文件预览】:
blazend-main
----.nycrc.json(282B)
----.eslintrc.js(1011B)
----src()
--------models.ts(1KB)
--------router.ts(2KB)
--------app.ts(993B)
--------index.ts(484B)
--------modules()
--------service.ts(839B)
----.npmignore(64B)
----README.MD(5KB)
----tsconfig.json(6KB)
----LICENSE(11KB)
----.gitignore(38B)
----.prettierrc.js(114B)
----.eslintignore(38B)
----package-lock.json(193KB)
----package.json(1KB)

网友评论