|
|
|
|
|
by dspillett
618 days ago
|
|
> I always used PostgreSQL even though most were on MySQL That far back mysql and postgres were not even close to being a like-for-like comparison. One was a proper database, with things like referential integrity and a type system that didn't count the 31st of February to be a valid date, and the other was a glorified ndbm with some structure, a SQL interface, and was very very fast at running simple single-table SELECT statements. |
|
Because they would just use a SQL library or ORM which hid all of these details.