|
|
7 Member(s) Online
- Overview
- Presentations
- Con Activities
- Travel/Lodging/Food
- Help Out
- Past Cons
PyCon is a 100% Volunteer-run Conference Organized by Members of the Python Community.
Site/Questions etc ?
|
|
|
Panel - Object Relational Mappers (ORMs)
Mappers Covered
- SQLObject
- SQLAlchemy
- Django ORM
Questions Put to Panelists
- Natural or artificial keys?
- Support for existing database schemas or must I do it your way?
- How is the performance?
- How smart is it in handling complex schema?
- Any support for access control security at the object level?
- What flavor and degree of transaction support is offered? Per thread, per context, autocommit?
- Can a single app easily access multiple databases at the same time (not just different tables within the same db)?
- What level of support is there for evolving a database schema on a database which is already populated?
|