On Sat, Oct 10, 2009 at 6:29 AM, Daniel Rhoden <drho...@gmail.com> wrote:
>
> Can you direct me to the documentation for creating my own 3rd-party
> database driver?
>
> I'm wanting to create a sibling to the concept of a SQLite, MySQL, ...
> Driver.  Where's API documentation that says "You must respond to a
> minimum of these function calls to be a back end driver to django".

In short, that document doesn't exist. Writing database backends isn't
an everyday activity for most Django users, so we haven't spent a lot
of time documenting the interface.

However, what does exist is a comprehensive test suite. You have
implemented enough functions when you don't get 'unknown method name'
errors from the test suite when you specify your backend. You have
implemented the methods correctly when the test suite passes without
error.

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to