Re: [DB-SIG] DBAPI 3.0: Unified parameter style

2013-09-22 Thread Tony Locke
Just for fun I've put up a version of pg8000 that works without a paramstyle parameter: https://github.com/tlocke/pg8000/tree/three In this version, you can do: execute("select * from emp where name = :1", ['horatio']) or: execute("select * from emp where name = :name", {'name': 'horatio'}) T

[DB-SIG] SQL Alchemy Database Architecture Question

2013-09-22 Thread Weissberger, Daniel
To whom it may concern: I am a system engineer for Crane Aerospace and am considering using SQLAlchemy for ORM. I have a couple of concerns up front I wanted to share with you. The machine running Python will be a QNX RTOS Machine Currently I have 32 bit MS Access installed on a 64 bi