DBMS / 01. Welcome
Updated: 04. January 2019
Author: Peter Širka

01. Welcome

Professional Support Chat with contributors

DBMS is a simple helper for working with databases. It's in the form of Node module and you can install it from NPM.

Databases

  • PostgreSQL
  • MongoDB
  • Total.js NoSQL embedded
  • Total.js Table

Installation

  • $ npm install dbms

If you use some external DB another than Total.js NoSQL embedded or Total.js Table then you need to install a specific driver from NPM.

  • PostgreSQL: $ npm install pg
  • MongoDB: $ npm install mongodb
  • MySQL: $ npm install mysql
  • SQL Server: $ npm install sqlserver