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 -~----------~----~----~----~------~----~------~--~---