当前位置:网站首页>Online sql editing query tool sql-editor
Online sql editing query tool sql-editor
2022-07-30 06:39:00 【Weizhi】
sql-editor is an online sql editing tool based on CodeMirror, a simplified version developed by imitating the navicat tool.
Currently only front-end code is provided, and the test data is json simulation data.Before using easy-mock to provide external network interface, it is now changed to a local Nginx proxy.Github address: https://github.com/xiweile/sql-editor
gitee address: https://gitee.com/xiweile/sql-editor
Feature Updates
- To sort out the interface data of the local table structure, the interface data of tables, field names, and keywords are provided by the proxy.(Changed on 2020-4-15)
- The left side provides a tree structure of database table fields, which can be dragged and dropped to the sql edit box.(New on 2019-7-19)
- Drag up and down the editing area and data display area to change the size.(New on 2019-7-19)
- Execute and interrupt functions.(New on 2019-7-19)
- Customize the external interface to obtain sql keywords, functions, table fields, etc., which are used for prompting completion when sql editing, automatic prompting after keyboard input, up and down key selection, tab key or clicking the selected item to automatically complete.(2019-7-16)
- sql formatting.(2019-7-16)
Startup steps:
1. Start the nginx proxy, enter the directory ./nginx-1.16.0/, open the command line tool, and execute the following command:
#Startstart ./nginx.exe#stop./nginx.exe -s stop2. Browser access.Address: http://localhost:8080/sql-editor/index.html
Interface
- Keyword Interface

- Left table, tree structure interface

- sql execute query interface (no background implementation, user can customize)

Some screenshots:



边栏推荐
猜你喜欢
随机推荐
node包的导入与导出
[HCTF 2018]admin
umi后台项目导航自定义icon问题
连接云服务器Docker中的Mysql 详细图文操作(全)
sqli-labs shooting range SQL injection learning Less-1
async/await用法详解
jsonpath
认识虚拟dom
Remember a traffic analysis practice - Anheng Technology (August ctf)
js基础 判断数据类型
Solution to TypeError The view function did not return a valid response. The function either returned None
vulnhub-XXE ctf security question
目前主流浏览器以及对应的内核
Misc of CTF - other types of steganography
uncategorized SQLException; SQL state [null]; error code [0]; sql injection violation, syntax error
通信中间件 Fast DDS 基础概念简述与通信示例
awd——waf部署
互联网商城盲盒app为何如此火爆
npm run serve启动报错npm ERR Missing script “serve“
标准输入输出流(System.in,System.out)

![[HCTF 2018]admin](/img/4e/58234ca163c22fc334334eb89a5b00.png)





