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

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -