What is the meaning of json? -
what json in world of database?
json can used relational databases native formats. others databases can interpret json , insert data tables.
microsoft sql (no native support, link parser made)
mysql (no native support yet, link other answer ideas)
postgresql (native support, link manual)
the long , short of it, database not best tool consume json. done more virtually every modern programming/scripting language ever.
Comments
Post a Comment