JSON Database

Nowadays you can store JSON in Database.

Check out below the list of JSON DB:

 

PostgreSQL

  • JSON and JSONB two type of Data type.
  • It supports JSON and XML.
  • Relational database features, transactions, indexing, declarative querying, and views.
  • It supports Native JSON Data Type.
  • Optimized storage, and automatic validation of JSON documents stored in JSON columns.
  • Schema-free JSON documents.
  • Developed in Java and is released as open-source.
  • Fast, easy, and freeway.
  • Cross-platform NoSQL DBMS.
  • MongoDB actually stores the JSON documents in a binary-encoded format called BSON. BSON extends JSON.
  • Both of these are open-source, NoSQL, multi-model, document-oriented database management systems that store JSON documents.
  • XML database management system.
  • Its JSON module contains functions to parse and serialize JSON documents.
  • Light-weight.
  • High-performance.
  • Scalable XML Database.
  • Full support for the W3C Update and Full-Text extensions.
  • Allows you to store, query and process large corpora of textual data (XML, JSON, CSV, many others).
  • Platform-independent and distributed under the free BSD License.
  • Multi-tenant distributed database service.
  • Managing JSON documents.
  • Indexing of documents without requiring.
  • Designed to provide real-time consistent queries.
  • Distribute data globally with a single click
  • Access and query using the data model and API of your choice
  • Real-time operational analytics and AI at a global scale
  • Battle-tested for mission-critical enterprise workloads
  • The document-oriented open-source database management system that uses JSON natively.
  • Store your data safely.
  • Supports binary data for all your data storage needs.
  • Developer-friendly query language.
  • Simple, efficient, and comprehensive data retrieval.

 

Check out more details about JSON Object.