Appwrite ORM

JSON →
library 1.0.0 ·javascript
verified Jun 5, 2026

Appwrite ORM v1.0.0 is a TypeScript-first ORM for Appwrite, providing type-safe schemas, auto-migration, validation, indexes, and join support. It runs in both Node.js (>=14) and browser environments. Compared to using the Appwrite SDK directly, it offers declarative schema definitions, automatic migration of collections/attributes/indexes, and built-in validation powered by Zod, reducing boilerplate and runtime errors. The package is actively maintained.