Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 518 Bytes

index.md

File metadata and controls

11 lines (7 loc) · 518 Bytes

JsonDB borrows a few concepts from Mongodb such as:

  • Document: which is a valid JSON object stored in the database
  • Collection: which is a group of documents (comparable to a table but schema-less)

JsonDB also gives you the power to query your JSON data using familiar SQL statements (Where, Or Where, Order By).

Contents