Django has the ability to use a database backend not defined as part
of Django itself, so the best plan for this would be for you and
others who are interested in the feature to write up an implementation
and offer it for use. If/when it matures and has a proven track record
of being stable and useful (and has someone willing to commit to
maintaining it long-term), then it'll be time to talk about whether it
belongs as part of Django proper.
--
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."
As an aside, if the database backends were truly pluggable, like
sessions, then we could prove the stability, usability, and commitment
of the implementation without core commitment ahead of time. A brief
search showed that this was discussed here:
...and while I'm at it I would really like to pluggable cache backends too. :)
Michael
blog.michaeltrier.com
On Dec 14, 2007 6:41 PM, Mitch....@gmail.com
As I've already said, you can write a database backend, right now, and
use it with Django, right now, without needing it to be part of Django
itself. The DATABASE_BACKEND setting will -- in addition to the named
backends which ship with Django -- accept a dotted Python path to a
backend module and use that. All you need to do is write the code.
I didn't read that from your original post and the investigating I did
I did not find that, so that's great to know. Thanks so much.
Michael Trier
blog.michaeltrier.com