Thank you all!
--
http://mail.python.org/mailman/listinfo/python-list
Bruno Desthuilliers wrote:
> 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 opti
On 1 Feb 2007 02:13:01 -0800, king kikapu <[EMAIL PROTECTED]> wrote:
> But one of the reasons that i started learning Python, is to NOT to be
> tied-up again with ANY company or specific product again (i had enough
> MS addiction over these years...). So, based on this direction, i am
> using pyo
Ok, i see..
Thanks a lot all of you for the help. I know from my Win/.Net/Sql
Server expertise that odbc put a layer in the mix. That's why, for
example, in .Net we have a native SqlClient data provider that talks
to Sql Server directly.
But one of the reasons that i started learning Python, is t
king kikapu wrote:
> 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.
I thin
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.
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.
--
http://mail.python.org/mailman/listi
> Maybe you should take a look at sqlalchemy
>
> > Hi to all,
> >
> > i have started a month ago to seriously studying Python. I am now
> > looking at the databases stuff
> > and i want the opinion of more experienced Python programmers (than
> > me) at the following :
> >
> > I see that there are
Maybe you should take a look at sqlalchemy
king kikapu wrote:
> Hi to all,
>
> i have started a month ago to seriously studying Python. I am now
> looking at the databases stuff
> and i want the opinion of more experienced Python programmers (than
> me) at the following :
>
> I see that there a
Hi to all,
i have started a month ago to seriously studying Python. I am now
looking at the databases stuff
and i want the opinion of more experienced Python programmers (than
me) at the following :
I see that there are a lot of databases adapters on the net, some
following the DB-API 2.0 and som
10 matches
Mail list logo