|
|
|
|
|
by seangrogg
2244 days ago
|
|
I feel like this is a case of "probably shouldn't have a default". SQL should likely be a default consideration but if you're going to say "time to build an app, let's spin up a (insert thing here) to store data" rather than "Let me take some time to consider what my data looks like and select a data persistence strategy accordingly" then you're probably going to wind up also writing a "how my team migrated from <x> to <y> because man did <x> not fit our use case at all" article. Although I guess if you need blog fodder... |
|
Picking it as the default would make us wrong less often.