Support for Django's native DB serializer #564
Closed
Archmonger
started this conversation in
Feature Requests
Replies: 1 comment
-
Developed in #616 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature description
To maximize compatibility, we should support
django
's own dump and load methods as a new connector that can work with every database type.We may be able to directly get away with using Django's
call_command
within our connector. However in the event that...call_command
or...... then we will have to dig into the internals of Django's dump/load commands to determine which functions can be utilized within our current infrastructure.
We will want to set this connector as the default for all currently unsupported databases, and add this behavior to the docs.
Previous discussions: #423 #579
Previous PRs: #309
Beta Was this translation helpful? Give feedback.
All reactions