{"library":"dbms","type":"library","category":null,"description":"The `dbms` package is a Node.js Object Relational Mapper (ORM) primarily designed for the Total.js framework. It offers a unified interface for interacting with various database systems, including PostgreSQL, MySQL, MariaDB, and Total.js's embedded TextDB, with partial support for MongoDB. Currently at version 1.0.9, the package was last updated approximately two years ago, suggesting a maintenance-focused release cadence tied to the Total.js ecosystem rather than independent rapid development. Its key differentiator is its deep integration with Total.js, exposing database access via a global `DBMS()` function within Total.js applications. This package operates exclusively within the CommonJS module system.","language":"javascript","status":"active","version":"1.0.9","tags":["javascript","orm","database","postgresql","mysql","mariadb","mongodb","sqlserver","nosql"],"last_verified":"Wed May 27","install":[{"cmd":"npm install dbms","imports":["const dbms = require('dbms');","var db = DBMS();","const dbms = require('dbms'); dbms.init('postgresql://user:pass@localhost:5432/dbname');"]},{"cmd":"yarn add dbms","imports":[]},{"cmd":"pnpm add dbms","imports":[]}],"homepage":"https://www.totaljs.com","github":"https://github.com/totaljs/dbms","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/dbms","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/dbms/compatibility"}}