Hi all,

Michael and I will be presenting beginning and advanced SQLAlchemy
tutorials at PyCon in March.  The beginning session will cover similar
ground to my OSCON tutorial last year:
http://spyced.blogspot.com/2007/07/final-version-of-oscon-sqlalchemy.html

What would you like to see covered in an advanced SQLAlchemy session?

Here is what I threw together for the tutorial proposal, as a starting point.


SQL layer
---------
 - building a select
 - updates
 - deletes


Advanced queries
----------------
 - Selects, subselects
 - Labels and aliases
 - Self-referential
 - add_entity, resultset queries


Advanced mapping
----------------
 - adjacency list relationship
 - ON DELETE CASCADE
 - composite types


Inheritance
-----------
 - Inheritance patterns
 - Joined table inheritance
 - Optimization


MapperExtensions
----------------
 - __init__ and create_instance
 - writing a second-level cache as an Extension


-Jonathan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to