-
Notifications
You must be signed in to change notification settings - Fork 0
highlight sql insert col & val
License
zenyusy/sql-insert-viewer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Given an INSERT SQL ``` INSERT INTO t ( foo, bar ) VALUES ( 12, 'x' ), ( 345, 'y' ) ```, when clicking a column name or a value, the corresponding column & values will be highlighted like ``` INSERT INTO t ( +---+ |foo|, bar +---+ ) VALUES ( +--+ |12|, 'x' +--+ ), ( +---+ |345|, 'y' +---+ ) ``` --- nodesqlparser.umd.js - Copyright (c) taozhi8833998 — licensed under Apache License 2.0 (see LICENSES/Apache-2.0.txt) app.js index.html style.css - Copyright (c) zenyu — licensed under GPLv3 (see LICENSE)
About
highlight sql insert col & val
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published