Feb 24 2007

Pycon: SQLAlchemy

Published by Chris McAvoy at 11:36 am under Python, pycon2007

The SQLAlchemy talk at Pycon just made a few things click for me. I didn’t really understand SQLAlchemy before, as evidenced by this previous post. The reason it didn’t click for me right away is because it’s not implementing the same pattern as most ORM’s I’ve used. Fowler’s active record pattern is what ORM’s like ActiveRecord, SQLObject and the Django ORM implement. SQLAlchemy implements the data mapper. Projects like elixir put an Active Record pattern on top of the data mapper.

So, a few pattern links and it all starts to make sense to me. Good presentation.


Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.

  • del.icio.us
  • digg
  • Reddit
  • StumbleUpon

Trackback URI | Comments RSS

Leave a Reply