开发者

SQLAlchemy 3.2 and MS SQL Connectivity

开发者 https://www.devze.com 2023-02-22 02:41 出处:网络
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 connectio

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

精彩评论

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