hello,

django.db.backends.dummy is a good starting point. i have used it to
implement a workaround for a problem in the sqlite3 backend and yu can
find it here: http://code.konstantin.co.uk/mysite/sqlite3_fixed/

hope this helps
konstantin

On Oct 9, 6:29 pm, 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".
>
> Said another way, I want to edit the settings.py file and change this
> line:
>
> DATABASE_ENGINE = 'sqlite3'
>
> to something like this:
>
> DATABASE_ENGINE = 'danielsdriver'
>
> Thanks
--~--~---------~--~----~------------~-------~--~----~
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