Skip to content

zenyusy/sql-insert-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published