you can call stored procedures using any execute() method, like 
engine.execute() or session.execute(), but there is no integration in the ORM 
to tie the persistence of objects with stored procedures.


On Jun 25, 2013, at 2:31 AM, pinakee biswas <[email protected]> wrote:

> Hi,
> 
> We are using SQLAlchemy 0.6.5 along with pylons for our portal. 
> 
> We are planning to use Stored Procedures to improve upon DB access 
> performances.
> 
>  Has anyone used Stored Procedures with SQLAlchemy? One way is to use 
> execute. But we plan to map the results to an object as typically done for 
> regular queries in ORM.
> 
>  
> 
> Any suggestions, links would be of great help.
> 
>  
> 
> Looking forward to your response…
> 
>  
> 
> Thanks,
> 
> Pinakee Biswas
> 
> Vvidia Communication Pvt LTD.
> 
> 
> 7E- Mail: [email protected] I 8Web: http://www.vvidia.tv
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "sqlalchemy" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/sqlalchemy.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to