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
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