Async / Await with DBMS module in Total.js
I have modified the DBMS module by adding a great new feature for better using Async / Await operators between the DBMS module and Total.js framework. Read more.

Async / Await with DBMS module in Total.js
I have improved the DBMS module by adding a new minor feature that can enhance development and save a lot of time. I have extended the .callback() method by supporting $ argument that solves auto error handling in Total.js Schemas, Tasks, or Controllers.
callback($) returns a new Promise with auto error handling.- update your
DBMSmodule from NPM:$ npm update dbms - it works only with the Total.js framework
- Documentation
.callback($)
For understanding
Example
Routing:
Schema:
Other posts from Total.js Platform
- 2025-11-02October report 2025
- 2025-10-22New universal drivers for IoT Platform
- 2025-10-13IoT Platform Update: New Features and Enhancements
- 2025-10-01September report 2025
- 2025-09-05How to create Google Gemini AI component in Total.js Flow
- 2025-09-01August report 2025
- 2025-08-25IoT platform — Total.js
- 2025-08-22How to install OpenPlatform — IoT platform
- 2025-08-18Total.js Tables is here!
- 2025-08-18How to install Flow — IoT platform
