DBMS is a simple helper for working with databases. It's in the form of Node module and you can install it from NPM.
$ npm install dbmsIf 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.
$ npm install pg$ npm install mongodb$ npm install mysql$ npm install sqlserver