Skip to content

tlightsky/BigdataAccelerator

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages