This is the implementation of the Firebird data handler for MindsDB. Firebird is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names, since 1981.Documentation Index
Fetch the complete documentation index at: https://docs.mindsdb.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before proceeding, ensure the following prerequisites are met:- Install MindsDB locally via Docker or Docker Desktop.
- To connect Firebird to MindsDB, install the required dependencies following this instruction.
- Install or ensure access to Firebird.
Implementation
This handler is implemented using thefdb library, the Python driver for Firebird.
The required arguments to establish a connection are as follows:
hostis the host name or IP address of the Firebird server.databaseis the port to use when connecting with the Firebird server.useris the username to authenticate the user with the Firebird server.passwordis the password to authenticate the user with the Firebird server.