# firesql **Repository Path**: itmrlu/stomfire ## Basic Information - **Project Name**: firesql - **Description**: 轻量的Mysql数据库管理工具Electron + Vue + ElementUI - **Primary Language**: NodeJS - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2019-09-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # stomfire > a sql manager|Electron+Vue+ElementUI #### Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:9080 npm run dev # build electron application for production npm run build # lint all JS/Vue component files in `src/` npm run lint ``` --- This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue)@[7c4e3e9](https://github.com/SimulatedGREG/electron-vue/tree/7c4e3e90a772bd4c27d2dd4790f61f09bae0fcef) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html). # 从零开始学Vue系列😂 之前只会用Jquery和easyui,正好需要开发一个sql管理工具满足自己的需要,所以学起来!!! # 计划实现的功能 主要是为了开发使用(sql查询和表结构查询),而不是一个真正的数据库管理工具 #### 查询 1. 基本的查询功能,SQL自动提示,查询结果显示column_comment 2. 方便查看表结构,一键查看表结构,字段可查询 3. sql自动转换符合java的字段命名习惯 4. 一键生成Java实体类和Mybatis的xml文件 ![效果图](readme.png)