fastcar-mysql

JSON →
library 0.1.24 ·javascript
verified Jun 5, 2026

An ORM wrapper for mysql2 within the fastcar-core framework (v0.1.24). Provides structured entity-mapper patterns via decorators (@Table, @Field, @PrimaryKey) and integrates with fastcar-core's dependency injection (@Repository, @Autowired). Supports CRUD, raw SQL, multi-datasource, and slow query logging. Ships TypeScript types. Requires Node >=16 and peer dependencies fastcar-core, fastcar-timer, and nanoid (3.3.4). Key differentiator: tight coupling with the fastcar ecosystem for decorator-based data mapping and lifecycle management.