An open API service indexing awesome lists of open source software.

https://github.com/xsf0105/koa2sql

基于 node 的后端工程模版 CLI
https://github.com/xsf0105/koa2sql

cli koa2 nodejs sql typescript

Last synced: 3 months ago
JSON representation

基于 node 的后端工程模版 CLI

Awesome Lists containing this project

README

        

# koa2sql cli

## 介绍
koa2sql.js 是一款高性能、高扩展性、功能强大的 Node.js 服务端框架。

## 特性
- 基于 TypeScript 开发
- 面向切面编程(AOP)
- 包含脚本轮训
- 提供 ORM、验证器、资源层、服务层、中间层等抽象层能力

## 快速开始
安装工具
```bash
$ npm install -g koa2sql
```

创建工程
```
$ koa2sql create example
$ cd example
$ npm start
```