database wrapper ?

Chris Rebert clp2 at rebertia.com
Sun Feb 1 18:43:50 EST 2009


On Sun, Feb 1, 2009 at 2:56 PM, Stef Mientki <stef.mientki at gmail.com> wrote:
> hello,
>
> Until now I used a simple wrapper around pysqlite and pyodbc to manage my
> databases.
> Now I'm looking for a better solution,
> because I've to support a (for this moment) unknown database,
> and I'm not the one who will choose the database.
>
> Googling, I found SQLalchemy,
> which looks quit good.
>
> But as I only want to choose once,
> I googled for  "SQLalchemy alternatives",
> but it didn't find many answers.
> (Storm / Grok are of no interest, because manipulating the structure of the
> database is a key issue).
>
> Is SQLalchemy the best / most popular database wrapper ?
> Are there any alternatives ?

SQLObject is also probably worth looking at -- http://www.sqlobject.org/

Cheers,
Chris

-- 
Follow the path of the Iguana...
http://rebertia.com



More information about the Python-list mailing list