| I agree with TekMol that it's an important point. Nowadays we have new types of SQL databases emerging. Some examples: TiDB (distributed) CockroachDB (distributed) Crate (uses SQL but isn't even relational) They all use SQL. Picking between these and more established SQL databases is worthy of discussion. Heck, based on what I see on Hacker News, picking between the established ones generates a lot of discussion, usually with people preferring Postgres over MySQL, etc. Then there's SQLite, which is completely different again. OP probably has a favourite database as a go-to regardless of the application, but for some projects SQLite might be a better fit than the others, for example. That would warrant discussion. In conclusion, I believe you were too harsh to TekMol. Edit: Fix autocorrect fails and add clarity. |