On Sun, 2007-02-25 at 08:54 +0000, mo wrote:
> Hi,
> 
> Is there any plan to include the Berkeley DB support in Django ?

No. Although this doesn't preclude somebody from writing their own
version of QuerySets that was able to talk to Berkeley DB.

The difficulty is that all of the ORM layer in Django at the moment
talks SQL to the databases. So you would need to replace the portion
that mapped from Python requests to SQL with something that understood
how you had stored your model in the Berkeley database and was able to
extract the necessary information.

There hasn't really been a need for this to date, though, since if you
want a single file storage system, you could use SQLite.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to