Re: "Correct" db adapter
- From: Bruno Desthuilliers <bruno.42.desthuilliers@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 31 Jan 2007 18:24:19 +0100
king kikapu a écrit :
Thanks for the replies.
I think i do not need something like ORM, but just a db-module that i
can "work" the database with it.
FWIW, SQLAlchemy is not an ORM, but an higher-level API for SQL integration. The ORM part is an optional feature built on top of this API. But I'm not sure SQLAlchemy supports SQL Server anyway !-)
I just want to know if pyodbc is the "correct" solution to do so or if
it is another db-module that is more
usefull for this job.
AFAICT:
* there's an experimental MS SQL Server db-module:
http://www.object-craft.com.au/projects/mssql/
* the Win32 extensions offers support for ADO, but then it's not db-api compliant
* unless you use adodbapi, but I don't know if it's still supported (last release is 3+ years old):
http://adodbapi.sourceforge.net/
HTH
.
- References:
- "Correct" db adapter
- From: king kikapu
- Re: "Correct" db adapter
- From: Laurent Rahuel
- Re: "Correct" db adapter
- From: Daniel Nogradi
- Re: "Correct" db adapter
- From: king kikapu
- "Correct" db adapter
- Prev by Date: how to make a python windows service know it's own identity
- Next by Date: Re: how to "free" an object/var ?
- Previous by thread: Re: "Correct" db adapter
- Next by thread: Re: "Correct" db adapter
- Index(es):
Relevant Pages
|