Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 610 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 610 Bytes

Metabase Partner Drivers Registry

This repo serves as a registry for partner drivers, so you can use a script to download the driver you need.

drivers.yaml format

It's a list of drivers under drivers key, with every driver having those fields:

  • name - a short name for the driver;
  • homepage - a link to driver's homepage;
  • versions - a map of driver versions suitable for different major Metabase versions. default is a special key and means "use this one if a more specific one not found";
  • deps (optional) - a list of urls for dependencies, like an additional specific jdbc driver