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
DBMS
module 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-09-05NEWHow 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
- 2025-08-15How to install OpenReports — IoT platform
- 2025-08-08How to install stream to IoT platform — Total.js
- 2025-08-04July report 2025
- 2025-08-01How to install IoT platform — Total.js