tilsche / icfpcontest2016

The Zebra Infused Hamsters strike again
6 stars 0 forks source link

Use ORM for meta tool #6

Closed tilsche closed 8 years ago

tilsche commented 8 years ago

Who wants to manually write SQL statements? That is so 2000! Obviously we should use an ORM. (Un)fortunately there are many good options that need to be evaluated.

  1. DjangoORM
    • Thomas is somewhat familiar with it
    • Brings in Django. May be useful if we actually want this to be a webpage - otherwise overkill.
  2. SQLAlchemy
    • The big gun
  3. peewee
    • Lightweight
na-oma commented 8 years ago

I am still sooo 2000. Who wants to spend hours evaluating ORM frameworks for 10 queries? I might look into it, but tomorrow at the earliest.