On 12 Feb 2004 at 13:10, Michael Hobbs wrote:

> Consider this example code:
>   departments = DepartmentTable
>   employees = EmployeeTable
>   johnsDepartment = (departments * employees) / 
>     (employees.dept == departments.dept) /
>     (employees.name == 'John') %
>     departments.name
>   print johnsDepartment[0].name

Has  anyone tried expressing sql operations as relational algebra statements in 
Python, 
like the example above.

I see lots of talk in google, but no code.

Is this idea out of fashion already? I can see lots of performance issues.. but 
it's still 
interesting to me.



-- 
Brad Clements,                [EMAIL PROTECTED]   (315)268-1000
http://www.murkworks.com                          (315)268-9812 Fax
http://www.wecanstopspam.org/                   AOL-IM: BKClements

_______________________________________________
DB-SIG maillist  -  DB-SIG@python.org
http://mail.python.org/mailman/listinfo/db-sig

Reply via email to