Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #42687

Re: How to choose between ORMs?

References <CAO+9iGd2hAjpouFm852hpC9865-NYv5qxkV+CeFPySejvv5q=Q@mail.gmail.com>
From Rodrick Brown <rodrick.brown@gmail.com>
Date 2013-04-03 13:05 -0400
Subject Re: How to choose between ORMs?
Newsgroups comp.lang.python
Message-ID <mailman.68.1365009096.3114.python-list@python.org> (permalink)

Show all headers | View raw


Pick the one you learn and know.

Sent from my iPhone

On Apr 3, 2013, at 2:17 AM, Alec Taylor <alec.taylor6@gmail.com> wrote:

> SQLalchemy and Storm are a few of the popular ORMs out there.
>
> Personally I have been using web2py's DAL.
>
> Other than form generator availability, 'print as raw SQL', multiple
> primary keys, widgets*, `check` conditions and compatibility with
> OracleDB, Postgres, SQLite and some of the NoSQL systems; what else
> should I be looking for?
>
> Thanks for all suggestions,
>
> Alec Taylor
>
> *not sure if widgets should be a requirement; by widgets I mean
> annotation of db schema to specify which widget to use with the form
> generator
>
> PS: Will likely use this ORM with: Flask, Bottle or Twisted Matrix
> --
> http://mail.python.org/mailman/listinfo/python-list

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: How to choose between ORMs? Rodrick Brown <rodrick.brown@gmail.com> - 2013-04-03 13:05 -0400

csiph-web