https://github.com/mapledevjs/node-databases
Learn about the various database options available for Node.js applications, so that you can select the right database for your app.
https://github.com/mapledevjs/node-databases
development-database node
Last synced: 8 days ago
JSON representation
Learn about the various database options available for Node.js applications, so that you can select the right database for your app.
- Host: GitHub
- URL: https://github.com/mapledevjs/node-databases
- Owner: mapleDevJS
- Created: 2021-05-15T16:59:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T15:17:06.000Z (about 2 months ago)
- Last Synced: 2025-04-28T16:06:01.414Z (8 days ago)
- Topics: development-database, node
- Language: JavaScript
- Homepage:
- Size: 567 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-databases
Node.js developers often consider MongoDB to be their main choice when building a data-driven application—but many alternatives may provide better solutions. Learn about the various database options available for Node.js applications, so that you can select the right database for your app. Daniel Khan reviews the basics of relational and nonrelational databases, and explains how—and when—to use document databases with Node.js. He also covers using key-value stores and relational databases with Node.js, demonstrating how to work with MySQL and Sequelize.