当前位置:网站首页>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:



边栏推荐
猜你喜欢
随机推荐
async/await用法详解
C# WPF下限制TextBox只输入数字、小数点、删除等键
js基础 判断数据类型
使用Nodejs搭建Web Server(入门教程)
oracle行转列、列转行总结
记一次流量分析实战——安恒科技(八月ctf)
强国杯初赛WP
promise的基本概念
FastAPI 快速入门
3分钟告诉你如何成为一名黑客|零基础到黑客入门指南,你只需要掌握这五点能力
【调优】一个 Spark 任务某天突然变慢怎么解决
C#中default关键字用法简介
连接云服务器Docker中的Mysql 详细图文操作(全)
Operators and Interaction Basics
[MATLAB]图像处理——交通标志的识别
misc-log analysis of CTF
Dcat Admin installation
互联网商城盲盒app为何如此火爆
国内数字藏品交易平台开发市场会开放二级市场吗
事件高级:事件的绑定及取消、DOM事件流、事件委托






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

