Tagged Questions
0
votes
0answers
35 views
Choosing a database for a framework with both asynchronous and synchronous calls
I'm building a framework to work as an all-purpose astronomy pipeline and before I get too far into development I was hoping to run my needs by you all to see if there are any optimizations or ...
1
vote
0answers
156 views
Benefits of using object document mapping (ODM)
I am creating a web app on Flask and was planning to use mongodb. Most of the examples using this stack that I've come across have used an ODM of some kind and was wanting to figure out whether or not ...