Re: "Correct" db adapter
- From: "Daniel Nogradi" <nogradi@xxxxxxxxx>
- Date: Wed, 31 Jan 2007 16:59:24 +0100
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 a lot of databases adapters on the net, some
> following the DB-API 2.0 and some others do not. I want to use a db-
> module that do not tie me down to a specific database and that fully
> supports DB-API 2.0
> Now i am using Sql Server but who knows about tomorrow.
>
> I started using pyodbc and looking how i can e.x. call stored
> procedure with arguments and all that stuff.
> This is using ODBC syntac and i found enough info on the net.
>
> Is the approach i took the "correct" one or is there a better db-
> module so i can use ?
>
> Thanks in advance
SQLObject might be of interest to you:
http://sqlobject.org/ it is a DB-API 2.0 compliant ORM.
.
- Follow-Ups:
- Re: "Correct" db adapter
- From: king kikapu
- Re: "Correct" db adapter
- References:
- "Correct" db adapter
- From: king kikapu
- Re: "Correct" db adapter
- From: Laurent Rahuel
- "Correct" db adapter
- Prev by Date: Re: Help needed on config files
- Next by Date: Re: Regex with ASCII and non-ASCII chars
- Previous by thread: Re: "Correct" db adapter
- Next by thread: Re: "Correct" db adapter
- Index(es):
Relevant Pages
|