TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Financial Cryptography: my War On SQL

1 pointsby pelleover 15 years ago

1 comment

tom_bover 15 years ago
Oh good grief. Use a RDBMS when the relational model makes sense and luxuriate in the declarative power that SQL throws at you.<p>When your data model doesn't fit the relational idea, use another solution. While I am certainly no expert with ORM tools, I'm beginning to wonder if simply needing an ORM might indicate that you should consider a non-relational solution. At least an ORM is a flag for deeper thought.