I don't know if I should post this question here, but I think it may relate to sqlalchemy. So sorry if it is not right place to post :) We may store our database data in a json format file, and then we need to migrate the data from json file into our mysql database (or other database we will use) where we have already defined the tables. So how can we read/insert these json data into database tables, or is it possible to do that, otherwise what is your suggestion? I heard people said that it is more convenient to store data in json format which maybe better to work with database. Thanks and best regards.
LYH -- You received this message because you are subscribed to the Google Groups "sqlalchemy" 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/sqlalchemy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
