Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Django adapter?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
renier  
View profile  
 More options Feb 27 2008, 12:03 am
From: renier <ren...@morales-rodriguez.net>
Date: Tue, 26 Feb 2008 21:03:54 -0800 (PST)
Local: Wed, Feb 27 2008 12:03 am
Subject: Django adapter?
Will there be a django adapter coming also?

    --Renier


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
abhigyan_agra...@in.ibm.com  
View profile  
 More options Feb 28 2008, 6:13 am
From: abhigyan_agra...@in.ibm.com
Date: Thu, 28 Feb 2008 03:13:36 -0800 (PST)
Local: Thurs, Feb 28 2008 6:13 am
Subject: Re: Django adapter?
Hi renier,
        Thank you for showing interest. We are looking for feasibility of a
Django adaptor. Building a fast and reliable driver was our number one
priority and then we looked into SQLAlchemy adaptor which means
automatically providing support for any framework where SQLAlchemy can
be plugged-in. One of the reasons for successful release of SQLAlchemy
adaptor was availability of abundant documentation. We need similar
documentation for Django going forward.
        Any feedback/suggestions from your side regarding this, are welcome.

references:
http://antoniocangiano.com/2007/03/15/python-django-and-db2-we-need-y...
http://antoniocangiano.com/2007/09/04/python-django-and-db2-status-up...

On Feb 27, 10:03 am, renier <ren...@morales-rodriguez.net> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
renier  
View profile  
 More options Feb 28 2008, 2:24 pm
From: renier <ren...@morales-rodriguez.net>
Date: Thu, 28 Feb 2008 11:24:50 -0800 (PST)
Local: Thurs, Feb 28 2008 2:24 pm
Subject: Re: Django adapter?
On Feb 28, 7:13 am, abhigyan_agra...@in.ibm.com wrote:

>         Thank you for showing interest. We are looking for feasibility of a
> Django adaptor. Building a fast and reliable driver was our number one
> priority and then we looked into SQLAlchemy adaptor which means
> automatically providing support for any framework where SQLAlchemy can
> be plugged-in. One of the reasons for successful release of SQLAlchemy
> adaptor was availability of abundant documentation. We need similar
> documentation for Django going forward.
>         Any feedback/suggestions from your side regarding this, are welcome.

After searching on the django website and asking on IRC, it looks like
there is no documentation for building a Django adapter. One option is
to look at the django source for the other existing adapters and using
them as a guide.

In the Django case, an advantage of having a DB2 adapter for
SQLAlchemy first comes through Tranquil. Tranquil (http://
code.google.com/p/tranquil/) plugs into Django as an application and
uses SQLAlchemy for the ORM. So a DB2 backend with Django would be
possible in that manner.

Still, it would be reassuring to get a proper django adapter in for
DB2 without needing to jump through hoops.

Keep up the good work.

    --Renier


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex P  
View profile  
 More options Feb 28 2008, 3:33 pm
From: Alex P <apiti...@ca.ibm.com>
Date: Thu, 28 Feb 2008 12:33:28 -0800 (PST)
Local: Thurs, Feb 28 2008 3:33 pm
Subject: Re: Django adapter?
Hi Reiner,

You may have heard this from us in similar Open Source circumstances
(Rails, PHP, etc), but consulting other existing implementations or
Django code is not an option for us, in terms of legal clearance. We
must rely solely on public, non-restrictive user development
documentation and guides in order to preserve IP (Intellectual
Property) "pedigree".

We hope that at some point someone with a vested interest would
contribute a public, non-restrictive brief subset of Django
specifications specifically for database vendors that would help us
get started and be able to run the compliancy test suite. That's how
SQLAlchemy adapter got started and implemented.

It's great there is renewed interest in integrating SQLAlchemy with
Django and the approach taken by Tranquil is quite interesting. Maybe
this will help some interested parties to get started with DB2 on
Django, too.

Thanks for the feedback and additional leads!
Alex P


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert  
View profile  
 More options Apr 9 2008, 9:33 am
From: Robert <trebor7...@gmail.com>
Date: Wed, 9 Apr 2008 06:33:34 -0700 (PDT)
Local: Wed, Apr 9 2008 9:33 am
Subject: Re: Django adapter?
Hi,

take a look at "Django adapter (alpha) based on PyDB2 -
contribution" (http://code.google.com/p/ibm-db/issues/detail?id=10).

Robert

On 28 velj, 22:33, Alex P <apiti...@ca.ibm.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex P  
View profile  
 More options Apr 9 2008, 10:41 am
From: Alex P <apiti...@ca.ibm.com>
Date: Wed, 9 Apr 2008 07:41:55 -0700 (PDT)
Local: Wed, Apr 9 2008 10:41 am
Subject: Re: Django adapter?
Hi Robert,

Have you also tried to use the ibm_db_dbi (DB-API 2.0 implementation
on top of ibm_db Python driver)? The IBM_DB Python driver, DB-API
wrapper and SQLAlchemy adapter are a different effort/initiative from
PyDB2.

Also, as we mentioned previously on this forum, the ibm-db project is
not yet setup (from the legal perspective) to take in external
contributions (a Contribution License Agreement needs to be provided).

We would much appreciate a Django vendor implementation specification,
rather than direct code contributions that we cannot yet read, let
alone patch in:
http://groups.google.com/group/django-developers/browse_frm/thread/80...

Thanks for your willingness to help and understanding,
Alex P


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert  
View profile  
 More options Apr 9 2008, 10:19 am
From: Robert <trebor7...@gmail.com>
Date: Wed, 9 Apr 2008 07:19:29 -0700 (PDT)
Local: Wed, Apr 9 2008 10:19 am
Subject: Re: Django adapter?
One more reference: (django) Backend for DB2 v9 database (http://
code.djangoproject.com/ticket/5052)

On 9 tra, 15:33, Robert <trebor7...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »