Did you really have to be that guy ?
What he meant basically is using a relational database.
Please refer to the HN guidelines before commenting. It strongly encourages to have comments that add value to the discussion.
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.
one of the community practices here is that you should take the most charitable interpretation of what is written. This precludes nitpicking. It's clear that the OP was referring to "I just use SQL" in terms of picking the most mature/standard database approach (relational databases) instead of getting caught up in the quagmire of niche and specialist database schemas.
jazoom|7 years ago
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.
beaconstudios|7 years ago
unknown|7 years ago
[deleted]