Best ORM, Simple data Structures, Strong Query analysis.
- by sayth
What is the best ORM db combination for simple data structures. That is data that contains names as identifiers and locations, but whose main interaction will be numerical data for times(sports durations), and currency related data.
I initially want to create a sports data base that will take names and statistics. Secondarily I plan to start into an investment and stock analysis db.
Which ORM suits storing many numerical types and have strong query functions?
I really am not biased to db engine (most likely use sqlite or mongo) so any suggestions to best network less db server to suit said ORM appreciated.