GrapORM
JSON →GrapORM is an educational backend ORM built on Node.js and PostgreSQL, implementing a single-dispatch pattern where all business operations pass through a single endpoint (/to-process). It enforces session validation, permission checking, and method execution via reflection. Version 1.0.1 requires Node >=18 and a local PostgreSQL installation. Unlike traditional REST APIs, GrapORM centralizes security and allows adding new business objects without defining new routes. It caches permissions in memory for O(1) lookup. The project is released under an unspecified license and is currently in active development.
Resources
packagegrap-orm ↗