Hi everyone,
i had one json data like this to table say "data"
 
{
id:##,
name:{fname:##,lname:##},
class:##,
age:##,
courses:[###,###,###,###]
}

How to map this json data to a relational database??
i understand that only two things are possible :make fname and lname as a 
column of data table or make another table having foreign key and multiple 
courses.
what i want to know is that does django provide way to do it or i have to 
do it manually..because actual data with me is very big.. 
help me.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c1028308-27d0-4523-8359-e0d5e2e5c872%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to