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-03-20Total.js tutorial: Simple Todo application (part 2)
- 2023-03-16Total.js tutorial: Simple Todo application (part 1)
- 2023-03-16Total.js API routing: The game changer
- 2023-03-16Total.js OpenPlatform: installation guide!
- 2023-03-16How to create OTP code generator with Total.js Flow?
- 2023-03-16How to parse XML in Total.js Flow
- 2023-03-16How to install Total.js Flow (Method 1)
- 2023-03-06Total.js OpenPlatform v5
- 2023-03-01February report 2023
- 2023-02-2210 Total.js features to use in your next Express.js application.