Best ORM, Simple data Structures, Strong Query analysis.

Posted by sayth on Stack Overflow See other posts from Stack Overflow or by sayth
Published on 2011-01-01T03:46:25Z Indexed on 2011/01/01 3:54 UTC
Read the original article Hit count: 370

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about database

Related posts about orm