|
|
|
|
|
by FridgeSeal
1922 days ago
|
|
There’s really no harm in doing that, and it’s still a pretty good idea. I generally try and get my data sources as far as possible with the database, then leave framework/language specific things to the last step, means that-if nothing else-someone else picking up your dataset in a different language/framework toolset doesn’t need to pick up yours as a dependency, and you’re not spending time re-implementing what a database can already do (and can do more portably). |
|