Skip to content

Instantly share code, notes, and snippets.

@sagars01
Created June 12, 2023 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sagars01/74029053a2b7da4d789298c10c42a840 to your computer and use it in GitHub Desktop.
Save sagars01/74029053a2b7da4d789298c10c42a840 to your computer and use it in GitHub Desktop.
DB Mindmap
mindmap
  root(DB)
    SQL("SQL Databases")
      SQLDB("Examples: MySQL, PostgreSQL, Oracle")
      SQLDESC("Use Structured Query Language")
      SQLSTORAGE("Data Stored in Tables")
      SQLUSE("Best for Complex Queries and Transactions")
    NOSQL("NoSQL Databases")
      NOSQLDB("Examples: MongoDB, Cassandra, Redis")
      NOSQLDESC("Use Variety of Data Storage Methods")
      NOSQLUSE(["Best for Large Volumes of Data and Quick Scaling")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment