php - Inserting a JSON object into a blank database -
i have close 120 json fields in objects. whole bunch of various versions of sample json object
i don't have time map every field, nor care if field title called array 0 or other default.
i want data stuffed database, maintaining it's structure in indexable format.
json valid data structure, why not use it?
i did find -> https://github.com/adamwulf/json-to-mysql , hypothetically job. software broke (no error nothing ever gets populated).
other alternatives such https://doctrine-couchdb.readthedocs.org/en/latest/reference/introduction.html involve mapping. don't have time map 120 fields , nothing should require mapping, use existing.
whats easy way stuff large json objects mysql, auto building structure existing format?
Comments
Post a Comment