Hi, 

Currently I am developing an application where I initialize some mapped 
tables from my DB via ORM (SqlAlchemy) within a module, and then I import 
these tables into the views I need and then perform operations on them 
within the views. This actually irks me a bit as I feel that I should be 
doing all my DB work within that same module within which I initialized my 
mapped tables. I am just wondering what best practices dictate when it 
comes to using an ORM with Pyramid.

Thanks,
Danuel Williams 

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-devel+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/pylons-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to