Near ORM

JSON →
library 0.4.1 ·javascript
verified Jun 5, 2026

A minimalist, fully-typed ORM for IndexedDB inspired by Prisma. Version 0.4.1, released as @latest. Zero dependencies, ~10KB uncompressed. Key differentiators: type-safe schema definition, query builder, migrations, transactions, event system, and integration with IndexedDB for offline-first web apps. Unlike raw IndexedDB, it provides a Prisma-like API with automatic type inference and simple migration handling.