On Wed, 2009-07-22 at 03:11 -0700, Димка Платон wrote: > > > On 22 июл, 14:08, Chris Withers <[email protected]> wrote: > > Димка Платон wrote: > > > How to use MySQLdb in Pylons without using SQLalchemy? > > > > Why would you want to? > > > > Chris > > > > -- > > Simplistix - Content Management, Batch Processing & Python Consulting > > -http://www.simplistix.co.uk > > I want to use low level querys
SQLAlchemy is not just an ORM, you can do "raw" queries too either with sql.text() or with the sql.select() functions (or ...). > > -- Julien Cigar Belgian Biodiversity Platform http://www.biodiversity.be Université Libre de Bruxelles (ULB) Campus de la Plaine CP 257 Bâtiment NO, Bureau 4 N4 115C (Niveau 4) Boulevard du Triomphe, entrée ULB 2 B-1050 Bruxelles Mail: [email protected] @biobel: http://biobel.biodiversity.be/person/show/471 Tel : 02 650 57 52 No trees were killed in the creation of this message. However, many electrons were terribly inconvenienced. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
