|
DevelopingNewDatabaseBackends
Hints about development of new JDBC backends
Developing new JDBC backends (for interested backend developers)Right now, the specification for writing Django DB backends is the source code itself (on django/db/backends in the Django source tree). Don't worry, it is very clear, and the existing backends are good examples. Low hanging fruits
Other fun stuff you may want to try
|
Sign in to add a comment