On 4/18/06, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote:
>
> On Apr 17, 2006, at 2:57 PM, Adrian Holovaty wrote:
> >> It would be very beneficial if there was a way to dump all of your
> >> data
> >> out of your database through the django admin interface and _not_ in
> >> any sort of mysql/postgr
On Apr 17, 2006, at 2:57 PM, Adrian Holovaty wrote:
>> It would be very beneficial if there was a way to dump all of your
>> data
>> out of your database through the django admin interface and _not_ in
>> any sort of mysql/postgres dump format.
>>
>> Why would this be nice? For one, it would be
On 4/17/06, jsm <[EMAIL PROTECTED]> wrote:
> It would be very beneficial if there was a way to dump all of your data
> out of your database through the django admin interface and _not_ in
> any sort of mysql/postgres dump format.
>
> Why would this be nice? For one, it would be great for shipping
Are there no subtle differences between different DBA's for inserting
data? A mysql data dump can always be used on an oracle/postgres,
mssql? I can honestly say I'm not well versed in anything but mysql so
I really don't know.
--~--~-~--~~~---~--~~
You received
But in theory a db data dump file is portable. It's just a text file
with a bunch of INSERTs and/or REPLACEs.
On 4/17/06, jsm <[EMAIL PROTECTED]> wrote:
>
> I was discussing this on #django with another person, and thought I get
> some devel feedback before I put in a feature request..
>
> It w
I was discussing this on #django with another person, and thought I get
some devel feedback before I put in a feature request..
It would be very beneficial if there was a way to dump all of your data
out of your database through the django admin interface and _not_ in
any sort of mysql/postgres d