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-04-02NEWMarch report 2025
- 2025-03-28j-DataGrid - Total.js UI component part 2
- 2025-03-20j-DataGrid - Total.js part 1
- 2025-03-13j-Directory - jComponent
- 2025-03-05j-Input UI component part 2
- 2025-03-01February report 2025
- 2025-02-03January report 2025
- 2025-01-01December report 2024
- 2024-12-22Merry Christmas and a Happy New Year 2025!
- 2024-12-10Total.js UI Builder: How to upload files?