24 pointsby mariuz6 hours ago2 comments
  • homebrewer3 hours ago
    I'd also like to draw attention to the parent project Firebird. For some reason (probably its ties to Borland/Delphi?) it never became widely popular, even though it combines SQLite's ease of use with a proper fully featured database engine.

    For example, it supports proper ALTER TABLE which doesn't force you to recreate tables and copy data around when you go beyond the most trivial use cases.

    This is pretty much the only discussion I've found on this site:

    https://news.ycombinator.com/item?id=22155260

    • exabrialan hour ago
      Just curious, because I don’t know, Postegres is all the rage, MySql is the og, where does Firebird carve its niche?
    • throw77488an hour ago
      [dead]
  • sakesun3 hours ago
    Nice to see Firebird still being actively developed.