Hacker News new | past | comments | ask | show | jobs | submit login

This is a good thing to be aware of when choosing a database, but I think most of the time people just reach for Postgres because it's the "standard".



PostgreSQL stops many data bugs at the door due to being so strict -- something many programmers start rediscovering is a good thing by choosing stricter programming languages with time.

I love SQLite to bits but the test harness I have to put around my apps with it is a separate project in itself.


Somehow this is my first time hearing about that benefit of Postgres! (despite having googled for explanations of why people were switching to it). Being on HN proves more valuable than google once again...


Glad to help!

On a philosophical / meta level it's all quite simple: do your damnedest for the computer to do as much of your work for you as possible, really. Nothing much to it.

Strict technologies slap you hard when you inevitably make a mistake so they do in fact do more of your work for you.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: