firebird

Firebird Server - an RDBMS based on InterBase 6.0 code

Install

All systems
curl cmd.cat/firebird.sh
Debian Debian
apt-get install firebird3.0-server
Ubuntu
apt-get install firebird3.0-server
image/svg+xml Kali Linux
apt-get install firebird3.0-server
Fedora
dnf install firebird
Windows (WSL2)
sudo apt-get update sudo apt-get install firebird3.0-server
Raspbian
apt-get install firebird3.0-server

firebird3.0-server

Firebird Server - an RDBMS based on InterBase 6.0 code

Firebird is a relational database offering many ANSI SQL-99 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 on production systems under a variety of names since 1981. This package contains the server binary as well as its configuration files. The default mode of operation is the so called "superclassic", which is a multi-threaded server -- each connection starts a separate thread and each connection has its own page cache. The two other operation modes -- "classic" (separate process/cache for each connection; started from the internet super-server inetd or xinetd) and "super" (single-threaded server process with shared cache between connections) are also available via configuration options.

firebird

SQL relational database management system