User Ratings
Rate This Project
Login To Rate This Project
Featured Reviews
Highest Rated
Firebird, the little database server that can. In a big way!
I have used Firebird in all projects where the choice was not set, for the last 20 years, starting with the open source version of Interbase. From embedded to 24/7 running servers with hundreds of concurrent connections. Hundreds of databases, millions of records.
Front-ends in Delphi,Python,.Net,PHP.Lua.
Never lost any data. It just works.
+ Small, very reliable, works well on Windows, Mac and Linux, very portable, database is just a file.
+ Excellent and Full SQL support, in FB3 with windowing etc. Domains that can be used everywhere, cursors, etc, etc.
+ Generators/Sequences instead of the, dare I say it, insane autoinc fields in SQL server.
+ Excellent performance when using the right indexes etc. Indexing is crucial as it does not just take all internal memory to cache everything like SQL server does.
+ Excellent procedural and trigger language, much like Oracle, much better than SQL server. Stored procedures can behave as virtual tables(using 'suspend', think of yield), making them great for multi-tier development, actually it just makes them great, period.
+Multi generational architecture makes it almost impossible to get locked. No, you don't need to query with a nolock option like in SQL server.
+Backup/restore is painless, but you need a command-line tool called gbak.
Are there downsides ?
- Tooling, but excellent paid tools exist ( EMS sql manager, Upscene produtions SQL studio)
- Size of rows are only 32 kilobytes. Need varchar to the max? You are out of luck. But support for Blobs is good and actually quite fast (almost as directly reading/writing to file)
- Support/Community?
Lowest Rated
Wonderful project.! nice..
User Reviews
-
AWESOME software and free... EXCELLENT
-
A fantastic example of Open Source at its best!
-
So useful when you have no administrative rights and when you use several computers !
-
if you can manage to get the old version it will handle much better for you.
-
Good job! Thanks for sharing.
-
Great software, simple and easy to install
-
I loved it. Great works and no problems.
-
Wonderful project.! nice..
-
Wonderful project, thanks a ton for writing
-
Awesome post. Here’s a great tool that lets you build any type of database apps for web and mobile fast and without coding http://www.caspio.com/
-
Good work! Like it :)
-
Very nice work! Thank you :)
-
Awesome project! Thanks!
-
Great DBMS. Only performance is not as good as SQL Server or Oracle, but is doesn't lag far behind either.
-
It is very useful database system. I use it since 2003 and it is beter than ms sql 2000-2003
-
Great stuff.... *thumbs up* ;-)
-
one of the best SQL Server DB
-
Excellent job
-
We had chosen Firebird for our Gedemin project 10 years ago and don't regret. Great database and really free.
-
good job
-
One of the best RDBMS for SMB segment
-
На основе Firebird сейчас в Украине делаются многие системы электронного документооборота, поэтому с Firebird необходимо обязательно ознакомиться.
-
2 words: good work!
-
This is the open sources SQL power engine that should be used everywhere.
-
Excelent project. The best of world BBDD.