Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firebirdsql/firebird
Firebird server, client and tools
https://github.com/firebirdsql/firebird
database firebird firebirdsql rdbms relational-databases sql
Last synced: about 5 hours ago
JSON representation
Firebird server, client and tools
- Host: GitHub
- URL: https://github.com/firebirdsql/firebird
- Owner: FirebirdSQL
- Created: 2016-03-16T06:10:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T08:33:25.000Z (2 months ago)
- Last Synced: 2024-10-29T09:52:22.287Z (2 months ago)
- Topics: database, firebird, firebirdsql, rdbms, relational-databases, sql
- Language: C++
- Homepage: https://www.firebirdsql.org/
- Size: 241 MB
- Stars: 1,245
- Watchers: 82
- Forks: 215
- Open Issues: 1,792
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
[![Build Status (GitHub)](https://github.com/FirebirdSQL/firebird/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/FirebirdSQL/firebird/actions/workflows/main.yml?query=branch%3Amaster)
[![Build Status (AppVeyor)](https://ci.appveyor.com/api/projects/status/github/FirebirdSQL/firebird?branch=master&svg=true)](https://ci.appveyor.com/project/FirebirdSQL/firebird)# Firebird README
Firebird is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, MacOS 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.
The Firebird Project is a commercially independent project of C/C++ programmers, technical advisors and supporters developing and enhancing a multi-platform relational database management system based on the source code released by Inprise Corporation on 25 July, 2000.
## Basic information
* https://www.firebirdsql.org/
* https://www.firebirdsql.org/en/historical-reference/
* https://www.firebirdsql.org/en/features/## Documentation
* https://www.firebirdsql.org/en/documentation/
* https://www.firebirdfaq.org/## Licensing
The source code is released under variants of the Mozilla Public Licence 1.1 (MPL):
* https://www.firebirdsql.org/en/initial-developer-s-public-license-version-1-0/
* https://www.firebirdsql.org/en/interbase-public-license/## Development
The source code can be found at:
https://github.com/FirebirdSQL/firebirdBuild instructions are here:
https://www.firebirdsql.org/en/building-the-code/Bugs and feature requests should be submitted at:
https://github.com/FirebirdSQL/firebird/issuesYou may find more details at:
https://www.firebirdsql.org/en/development/