Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 778 Bytes

README.md

File metadata and controls

61 lines (46 loc) · 778 Bytes

Bigdata Accelerator

this is a jetbrains plugin in for datagrip/database tool, it have 4 features now:

1

replace sql param like this(start with three -):

--- $a=1
SELECT $a

(mainly for copy from/to grafana without change)

2

sync sql snippet to other files under parent parent folder

  • before sync
-- A.sql
-- toSyncSnippet {
SELECT 1
--}
-- B.sql
-- toSyncSnippet {
--}
  • after run sql sync on file A.sql
-- A.sql
-- toSyncSnippet {
SELECT 1
--}
-- B.sql
-- toSyncSnippet {
SELECT 1
--}

3

  • Rename sync block name

4

  • split block to 2 blocks

How to use

  • Right Click on sql file, find the right item

How to Install

  • From Preference/plugin Preference/plugin