Skip to content

Latest commit

 

History

History

plugin-zod-validate

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Rattus ORM

Rattus ORM – Plugin Zod Validate

Data validation with Zod for Rattus ORM

Features

  1. Automatic Zod schema for basic types (number, string, boolean);
  2. Strict mode - throws error if data validation failed, or non-strict - just a warning in the console;
  3. Configurable severity for each model;
  4. Decorators support.

Installation

Use your favorite package manager. For example, yarn:

yarn add @rattus-orm/plugin-zod-validate

Documentation

For detailed docs please read documentation website.

Contributing

Contributions are welcome! Please read our Contributing Guide for details on our code of conduct, and the process for submitting pull requests.