SQL

Firebird – relational database

Firebird is a relational database offering many ANSI SQL-99 features. Firebird provides excellent concurrency, high performance, and powerful language support for stored procedures and triggers.

Firebird server comes in three flavors: SuperServer, Classic and Embedded. You can start with SuperServer. Classic is recommended for use with SMP machines and some other specific situations. SuperServer shares its cache among the database connections and uses threads to handle each connection. Classic starts one independent server process for each connection made.

The software comes with a full set of command line utilities that allow users to create databases, retrieve database statistics, run SQL commands and scripts, perform backups and restores, and more. Alternatively, for users who prefer to use a GUI (Graphical User Interface) frontend, there are lots of options to choose from, including free ones.

Firebird is being used with many big databases and lots of connections. It has been used on production systems under a variety of names since 1981, making it a very mature and stable application.

Key Features

  • Very small footprint.
  • SuperClassic Architecture to gain better leverage from multi-core and multi-CPU hardware environments and improve resource usage for systems with large numbers of users and huge databases.
  • Full support for stored procedures and triggers.
  • Full ACID compliant transactions.
  • Referential integrity.
  • System audit tracing and user trace sessions via the Services API enable nearly real-time monitoring and analysis of everything going on in a database.
  • Multi Generational Architecture (sometimes called MVCC).
  • Support for External Functions (UDFs).
  • Fully featured internal language for Stored Procedures and Triggers (PSQL).
  • Support for External Functions (UDFs).
  • SQL standards-compliant global temporary tables and common table expressions.
  • Optional single file embedded version for creating CD-ROM catalogs, single user or evaluation versions of applications.
  • Third party tools, including GUI administrative tools and replication tools.
  • Careful writes – fast recovery, no need for transaction logs.
  • Many ways to access your database: native/API, dbExpress drivers, ODBC, OLEDB, .Net provider, JDBC native type 4 driver, Python module, PHP, Perl.
  • Incremental backups.
  • Full cursor implementation in PSQL.
  • Autonomous transactions within PSQL modules (stored procedures, triggers, SQL blocks).
  • 64bit builds available.
  • Monitoring tables.
  • Connection and Transaction Triggers.
  • Asynchronous cancellation of connections.

Website: www.firebirdsql.org
Support: Documentation
Developer: Firebird Project
License: InterBase Public Licence, Initial Developer’s Public License

Firebird is written in C++. Learn C++ with our recommended free books and free tutorials.


Related Software

Relational Databases
MariaDBSeeks high compatibility with MySQL, ensuring drop-in replacement capability
PostgreSQLAward winning Object-relational database management system
MySQLMultithreaded, multi-user SQL database management system
SQLiteEmbeddable SQL Database Engine
rqliteDistributed database built on SQLite
MonetDBHigh performance relational database system for analytics
FirebirdRelational database offering many ANSI SQL features
H2Relational database management system written in Java
HSQLDBJDBC interface, client-server version, query tool, grid and more
CUBRIDDatabase engine with built-in enterprise grade features
VirtuosoData Management with Web Application Server and Web Services Platform
Apache DerbyFull-featured relational database implemented entirely in Java

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments