New Total.js schema declaration
This blog post describes how to write Total.js Schemas properly based on the new schema declaration.

New Total.js schema declaration
We have improved Total.js Schemas by adding enhanced and powerful functionality that accelerates web development on the server-side. This update is a key feature of the Total.js framework.
This functionality is called action
. Internally, the action
is like a workflow (previously it was .addWorkflow()
) and it replaces all of the built-in actions like .setQuery()
, .setSave()
, .setInsert()
, etc.
New declaration
What's next?
The old declaration will be removed in Total.js v5. The plan is to release a new version of Total.js in 2024.
Other posts from Total.js Platform
- 2023-09-02August report 2023
- 2023-08-28Introducing Total.js API Services: Empower Your Applications with Powerful API Endpoints
- 2023-08-15Handling WebSocket Messages in Total.js: A Comprehensive Guide
- 2023-08-11Total.js OpenTemplates
- 2023-08-07Find data in PostgreSQL: A Comparison of Express.js, Laravel, and Total.js
- 2023-08-02July report 2023
- 2023-07-27View Engines: A Comparative Analysis of Express.js, Laravel, and Total.js
- 2023-07-10CRUD Routing: A Comparative Analysis of Total.js, Express.js, and PHP Laravel
- 2023-07-05Sending Emails: A Comparative Analysis of Total.js, Express.js, and Laravel
- 2023-07-05Localization: A Comparative Analysis of Express.js, PHP Laravel and Total.js