Mirror ORM
JSON →Mirror ORM is a lightweight TypeScript ORM for PostgreSQL, SQLite, MySQL, and SQL Server, built on Stage 3 decorators (no experimentalDecorators required). Current stable version is 1.0.7. It features a fluent query builder, relations with batch loading (no N+1), transactions via AsyncLocalStorage, streaming, read replicas, optimistic and pessimistic locking, soft delete, lifecycle hooks, embedded value objects, single table inheritance, and JSON operators for PostgreSQL. Key differentiators include sub-100 ns/row hydration overhead, native ESM support, and zero-config TypeScript setup using standard decorators. Release cadence is active with frequent updates.