Zero code zero configuration verification parameters
Zero code and zero configuration
- Request parameter object automatically maps database.table
- The fields of the request parameter object are automatically mapped table.column
- Automatically check the data type of the parameter based on the definition of the column in the database table
Intercept the request after verification fails
Luwak verifies the data type of parameters before performing database insertion and update operations. Data that does not meet the storage rules will not be submitted to the database for execution.
Why
This prevents databases running in relaxed mode from sacrificing data accuracy and storing incomplete, inaccurate, and incorrect data when the database automatically handles data type conversion without the user being aware of it.