Google News
logo
Express.js - Interview Questions
How may Databases are integration in Express.js?
Adding the capability to connect databases to Express apps is just a matter of loading an appropriate Node.js driver for the database in your app. This document briefly explains how to add and use some of the most popular Node.js modules for database systems in your Express app :
 
* Cassandra
* Couchbase
* CouchDB
* LevelDB
* MySQL
* MongoDB
* Neo4j
* Oracle
* PostgreSQL
* Redis
* SQL Server
* SQLite
* Elasticsearch
Advertisement