[sqlalchemy] virtual-like entities, concrete table inheritance

2013-05-22 Thread Julien Cigar
Hello, I'm currently implementing a RBAC-like model for a webapp with the usual suspects: users, roles, permissions, etc where a Role has one or more Permissions, and an User can be in 1 or more Role. I would like to some virtual-like Role that are automatically attribued in some

Re: [sqlalchemy] virtual-like entities, concrete table inheritance

2013-05-22 Thread Michael Bayer
On May 22, 2013, at 7:14 AM, Julien Cigar jci...@ulb.ac.be wrote: Hello, I'm currently implementing a RBAC-like model for a webapp with the usual suspects: users, roles, permissions, etc where a Role has one or more Permissions, and an User can be in 1 or more Role. I would like to