# Express+Sequelize+MYSQL **Repository Path**: xygg/expresssequelizemysql ## Basic Information - **Project Name**: Express+Sequelize+MYSQL - **Description**: 这是一个自制的基于nodejs的MVC连接数据库的express快速构建框架。使用了orm(sequelize),只需构建一个数据库,表格构建都可以使用orm自动完成。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-01-29 - **Last Updated**: 2021-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 这是一个自制的基于nodejs的MVC连接数据库的express快速构建框架。使用了orm(sequelize),只需构建一个数据库,表格构建都可以使用orm自动完成。 h很具有参考性,可以查看下。 创建一个表格 http://127.0.0.1:3000/app/createtable 创建一个用户 http://127.0.0.1:3000/app/createuser?username=hello 删除一个用户 http://127.0.0.1:3000/app/deleteuser?username=hello http://127.0.0.1:3000/app/updateuser?username=hello http://127.0.0.1:3000/app/queryuser?username=hello