[Sqlalchemy-tickets] [sqlalchemy] #2795: Add pypyodbc support
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-08-05 07:33:27
|
#2795: Add pypyodbc support
-------------------------+-----------------------------------------
Reporter: sontek | Owner: zzzeek
Type: enhancement | Status: new
Priority: medium | Milestone:
Component: cextensions | Severity: no triage selected yet
Keywords: | Progress State: awaiting triage
-------------------------+-----------------------------------------
pypyodbc is a drop-in replacement for pyodbc that works on top of pypy:
https://code.google.com/p/pypyodbc/
It would be nice if there was support for it out of the box in SQLAlchemy
so that we could switch between cpython and pypy with a swap of a
connection string. Here are their docs on all that is required:
https://code.google.com/p/pypyodbc/wiki/Enable_SQLAlchemy_on_PyPy#Extend_SQLAlchemy_drivers
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2795>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|