Zero code zero configuration rule constraints
Zero code and zero configuration
- Automatically identify primary keys, unique keys, foreign keys, non-null, and default values defined in the database
Intercept requests that do not meet rule constraints
Before performing database operations, check whether the parameters meet the rule constraints.
- After the check passes, continue to perform database operations.
- After the check fails, refuse to perform database operations.
Why
Prevent the database from storing incomplete, inaccurate, and incorrect data when processing type conversions.