js-core-data

JSON →
library 1.10.0 ·javascript maintenance
verified Jun 5, 2026

js-core-data (v1.10.0) is a JavaScript ORM inspired by Apple's CoreData. It simplifies data modeling, version migration, entity management, and persistence by providing a context-based interface similar to CoreData, adapted for server environments. Supports SQLite, MySQL, and PostgreSQL via separate database drivers. Release cadence is low; last update was several years ago. Key differentiator: uses CoreData-like patterns (managed object contexts, relationships, inverse relationships) not found in typical JavaScript ORMs. Suitable for Node.js projects needing an ActiveRecord-style ORM with automated schema syncing.