
What are databases?ĭatabases are logical structures used to organize and store data for future processing, retrieval, or evaluation.
how they compare to other methods of data storageįinally, we'll discuss how applications rely on databases for storing and retrieving data to enable complex functionality.
how they are used by people and applications to keep track of various kinds of data. But what exactly are databases and why are they so common? As a developer, databases are the core component used to persist data beyond the lifetime of your application. As a user, you might interact with dozens or hundreds of databases each day as you visit websites, use applications on your phone, or purchase items at the grocery store. The United States' most popular databases by state going into 2022ĭatabases are essential components for many modern applications and tools. Traditional databases vs serverless databases. Introduction to common serverless challenges. Top 13 serverless computing and database providers. Introduction to database backup considerations. How microservices and monoliths impact the database. Syncing development databases between team members. Troubleshooting database outages and connection issues. What is connection pooling and how does it work?. Top 8 TypeScript ORMs, query builders, & database libraries: evaluating type safety. Top 11 Node.js ORMs, query builders & database libraries in 2022. Introduction to MongoDB Aggregation Framework. Introduction to MongoDB database tools & utilities. Working with dates and times in MongoDB. Introduction to MongoDB connection URIs. How to query and filter documents in MongoDB. How to manage databases and collections in MongoDB. How to manage authorization and privileges in MongoDB. How to manage users and authentication in MongoDB.
Introduction to provisioning MongoDB Atlas.How to export database and table schemas in SQLite.How to update existing data with SQLite.How to perform basic queries with `SELECT` with SQLite.Inserting and deleting data with SQLite.Creating and deleting databases and tables with SQLite.An introduction to MySQL column and table constraints.How to create and delete databases and tables in MySQL.An introduction to PostgreSQL column and table constraints.An introduction to PostgreSQL data types.How to create and delete databases and tables in PostgreSQL.
How to configure a PostgreSQL database on RDS.Comparing relational and document databases.
Glossary of common database terminology. Comparing database types: how database types evolved to meet different needs.