Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #42630 > unrolled thread
| Started by | Alec Taylor <alec.taylor6@gmail.com> |
|---|---|
| First post | 2013-04-03 17:14 +1100 |
| Last post | 2013-04-03 09:16 -0400 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
How to choose between ORMs? Alec Taylor <alec.taylor6@gmail.com> - 2013-04-03 17:14 +1100
Re: How to choose between ORMs? Roy Smith <roy@panix.com> - 2013-04-03 09:16 -0400
| From | Alec Taylor <alec.taylor6@gmail.com> |
|---|---|
| Date | 2013-04-03 17:14 +1100 |
| Subject | How to choose between ORMs? |
| Message-ID | <mailman.35.1364969706.3114.python-list@python.org> |
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
[toc] | [next] | [standalone]
| From | Roy Smith <roy@panix.com> |
|---|---|
| Date | 2013-04-03 09:16 -0400 |
| Message-ID | <roy-544E02.09160603042013@news.panix.com> |
| In reply to | #42630 |
In article <mailman.35.1364969706.3114.python-list@python.org>, 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? Depending on what you're doing, schema discovery (aka introspection, reflection, etc) may or may not be important to you. And it should come with a nice shrubbery.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web