Saving to a Database
Back 12 / 20
It's time to add a database! Let's learn why databases are important. For this video, I'll start by using NeDB for the Data Selfie App.
Introduction to "Database as a Service"
Socratica's video series on SQL
A simple, fast, and efficient embedded persistent key-value store for Node.js
Firebase is a cloud database that provides a simple and secure way to store and access data.
MongoDB is a Document database that can be used to store and access data in a JSON-like format.
Date.now() on the MDN Web Docs