JSON import to handle relational json data objects
JSON can store complex and dynamic relational data structures. It self describes the data structure, but when you want to import that into a relational database, you need to create the tables and capture the relationships using primary and foreign keys. A smart import which could create the tables and keys on the fly would be invaluable
1
vote
Anonymous
shared this idea