Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T13:04:05.000Z (4 months ago)
- Last Synced: 2024-09-14T03:39:48.094Z (4 months ago)
- Topics: development-database, node
- Language: JavaScript
- Homepage:
- Size: 155 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.