Skip to content

Pack datasources and drivers as IntelliJ plugin for DataGrip

Notifications You must be signed in to change notification settings

JetBrains/datagrip-drivers-plugin

 
 

Repository files navigation

datagrip-drivers-plugin

The plugin allows to bundle database drivers as plugins for IntelliJ-based IDEs (DataGrip, IntelliJ IDEA, PyCharm, etc).

Steps to go:

  • rename that plugin (replace PLUGIN_ID with more specific name as suggested below)
  • include drivers and XML files
  • deploy plugin via Toolbox Enterprise to your developers

Please each driver under the plugin as follows:

  PLUGIN_ID.zip
  \
   - PLUGIN_ID
     \
      - datagrip-driver-<any ID>
        \ 
         - driver.xml
         - driver JAR files
      - datagrop-datasource-<any ID>
        \
         - source.xml
      - lib
        \ 
         - plugin internals   

Building

Build Version Downloads

Template ToDo list

This Fancy IntelliJ Platform Plugin is going to be your implementation of the brilliant ideas that you have.

This specific section is a source for the plugin.xml file which will be extracted by the Gradle during the build process.

To keep everything working, do not remove <!-- ... --> sections.

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "datagrip-drivers-plugin" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.

About

Pack datasources and drivers as IntelliJ plugin for DataGrip

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%