evosec / metabase-firebird-driver

A plugin that allows Metabase to connect to FirebirdSQL databases.
https://github.com/metabase/metabase/
MIT License
27 stars 7 forks source link
analytics business-intelligence businessintelligence firebird firebird-database firebirdsql metabase

Firebird driver for metabase

This driver enables metabase to connect to FirebirdSQL databases.

Installation:

Authentication issues when using Legacy_Auth

The latest releases are built with version 4.x of Jaybird (the Firebird JDBC driver), which no longer supports Legacy_Auth.

:warning: First of all: Legacy_Auth is disabled for a reason. You should only use the following workarounds if you have no way of using a more secure authentication method. :warning:

If you really need to access your database using Legacy_Auth (#14) you can add it to the authentication plugins. For example:

jdbc:firebirdsql://localhost/employee?authPlugins=Legacy_Auth

If that does not work for you, you can use the release artifact firebird.metabase-driver_jaybird-3.jar which is built with Jaybird 3.x.

Building from source:

For a detailed description, take a look at the official documentation.