Firebird SQL relational database management system offering many ANSI SQL standard features that run on Linux. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers.
This is a quick deployment and ready-to-run container image.
Simple and rapid installation. Easy to maintain.
The connection to Firebird using DBeaver
How to create and configure the Azure Container Registry and to start creating the Container, you can find Here
- When creating a container, it’s necessary to open 3050 TCP port.
- Also, you should set the ISC_PASSWORD environment variable with the password to connect to FireBird and EnableWireCrypt with the value true.
Attention: If you do not explicitly set a password for sysdba (the default user), the new one will be generated every time at creating the container.
- Go to the page of downloading DBeaver – Download
- Download the software distribution that is convenient for you, Windows 64 bit (installer) for example.
- Run the downloaded file and finish the installation process.
- Start the DBeaver.
- Click on the button to establish the new connection.
- In the list that appeared find and select “Firebird”, then click the “Next” button.
- In the “Host” field enter the IP address of the running container
- In the “Path” field specify the path to the database located on the VM. For example: /usr/local/firebird/examples/empbuild/employee.fdb
- In the “User Name” field enter the username sysdba and in the “Password” field set the ISC_PASSWORD environment variable, which was specified at creating the container . The other fields in the tab leave with no changes.It is strongly recommended to change the password, after connecting to the database.
- Click “Finish” to save and establish the connection.
- While connecting, the window with the driver files installation may appear. Click “Download”, after that the connection to the database will be continued.