Y
Hacker News
new
|
ask
|
show
|
jobs
by
StavrosK
3263 days ago
Isn't Postgres worth coupling to? SQLite is a close favorite, for different reasons.
2 comments
yen223
3263 days ago
Web servers and database management are two vastly different domains. I'm wary of frameworks that attempt to impose an opinion on both.
link
StavrosK
3263 days ago
Rocket isn't a web server, it's a web framework. That's what frameworks
should
do, impose opinions on things to get all the best practices sorted.
link
mixedCase
3263 days ago
As someone who only uses Postgres and SQLite: No. It's not.
People inevitably have to deal with preexisting systems they can't modify for their needs.
link
StavrosK
3263 days ago
Should a framework optimize for the vanishingly rare case?
link
e12e
3263 days ago
Integrating with legacy systems (that one cannot, or is difficult to modify) a vanishingly rare case? Thats... quite an assumption.
link
StavrosK
3263 days ago
Is it the majority of cases?
link