What are databases

Databases are organized collections of data that are structured to enable efficient storage, retrieval, and management of information.

Whenever you create a full stack app , you persist data in databases.

For example -

  1. User information
  2. TODOs of your todo app
  3. Posts for facebook
  4. Tweets for twitter …

notion image

Types of databases