Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQLite or Blackfish - what should I use with a delphi Application?

I am thinking about using SQLite

It is a self-contained, server less, zero-configuration, transactional SQL database engine and is open source.

Will I gain anything by using Blackfish instead of SQLight ?

like image 376
Charles Faiga Avatar asked Nov 29 '22 05:11

Charles Faiga


1 Answers

Why not Firebird?

http://www.firebirdsql.org

http://www.firebirdfaq.org

"...Firebird is a relational database offering many ANSI SQL standard 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 in production systems, under a variety of names, since 1981...."

like image 175
RRUZ Avatar answered Dec 21 '22 00:12

RRUZ