reading-notes

https://faroukibrahim-fii.github.io/reading-notes/

View the Project on GitHub FaroukIbrahim-FII/reading-notes

Mongo and Mongoose

  1. SQL databases are not best fit for hierarchical data storage.

  2. examples:
    • MySql
    • Oracle
    • Sqlite
    • Postgres
    • MS-SQL
  3. fits better for the hierarchical data storage as it follows the key-value pair way of storing data similar to JSON data.

  4. MongoDB.

  5. NoSQL database.

  6. NoSQL database.