Closed anxiousmodernman closed 11 years ago
## from one of our connection classes make a cursor cur = conn.getCursor() cur.execute() ## OR maybe cur.executemany()
This is no longer relevant since we're using SQLAlchemy