project-connection-manager
v1.0.9-d
Published
This package give you the possibility to connect to the most of the popular database drivers as MySQL, SQLite, MongoDB etc
Downloads
5
Readme
Connection Manager
Connection Manager for NodeJS Server
List of databases
- Mongo
- Redis
- MySql
- Redis
- SqLite3
How to?
Install
npm i project-connection-manager -s
Use
startServer(mysql|mongo|redis|postgres|sqlite) - Set the value as string name of driver (Mongo, Redis, etc)
orstartServer() - Set value as sqlite
