开发者

SQLAlchemy 3.2 and MS SQL Connectivity

I'm currently working on a proof of concept application using Python 3.2 via SQLAlchemy with a MS SQL Server back end. Thus far, I'm hitting a brick wall looking for ways to actually do the connection. Most discussions point to using pyODBC, however it does not support Python 3.x yet.

Does anyone have any connection examples for MS SQL and SQLAlchemy, under Python 3.2?

This is under Windows 7 64b开发者_开发知识库it also.

Thanks.


At this moment none of the known Python drivers to connect to Sql Server had a compatible python 3000 version.

  • PyODBC
  • mxODBC
  • pymssql
  • zxjdbc
  • AdoDBAPI
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜