Re: "Correct" db adapter



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.
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.

.



Relevant Pages

  • Re: "Correct" db adapter
    ... king kikapu wrote: ... I think i do not need something like ORM, but just a db-module that i ... can "work" the database with it. ...
    (comp.lang.python)
  • Re: "Correct" db adapter
    ... I think i do not need something like ORM, but just a db-module that i ... FWIW, SQLAlchemy is not an ORM, but an higher-level API for SQL ... But I'm not sure SQLAlchemy supports SQL Server anyway!-) ...
    (comp.lang.python)
  • Re: "Correct" db adapter
    ... I think i do not need something like ORM, but just a db-module that i ... The ORM part is an optional feature built on top of this API. ... But I'm not sure SQLAlchemy supports SQL Server anyway!-) ... the Win32 extensions offers support for ADO, but then it's not db-api compliant ...
    (comp.lang.python)