Strapi ORM

JSON →
library 1.2.7 ·javascript
verified Jun 4, 2026

Strapi ORM v1.2.7 is a TypeScript library that simplifies interacting with Strapi CMS by providing decorators to map API responses to classes and generating query parameters. It supports field mapping for components, relations, and custom mappers, as well as automatic relation population and entity fetching. The library is actively maintained but still early-stage (v1.x). Key differentiators include decorator-based mapping, built-in relation extraction, and an Entity class with fetch method. Alternative libraries like @strapi/strapi or custom fetch wrappers exist, but Strapi ORM offers a structured ORM-like approach.