Home > other >  Where i should to put DataGrid database driver on linux?
Where i should to put DataGrid database driver on linux?

Time:02-10

Need to install Postgre database driver on my PC to DataGrid, my PC has no internet.

I has this jar file my PC desktop, but in what place should I put this jar file?

So on Windows, it was .DataGrip2019.2\config\jdbc-drivers, but what directory on Linux?

CodePudding user response:

In Data source & Drivers dialog switch to Drivers tab, select target driver, on driver files pane remove current entry, then click ( ) -> Custom JARs -> select your file and that's it.

  • Related