Search code examples
delphisqliteblackfish

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 ?


Solution

  • 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...."