01Built-in Accessors: Generates helper methods like GetAll(), GetById(), and relationship-based filters.
02Realistic Data Generation: Uses domain-appropriate sample values instead of generic random strings for better testing context.
03Intelligent Type Mapping: Automatically converts database types to C# equivalents including nullability and GUID handling.
0438 GitHub stars
05Relationship Validation: Ensures all foreign key relationships point to existing parent IDs within the generated data set.
06Multi-ORM Parsing: Supports Drizzle (pg/mysql/sqlite), Prisma, and TypeORM schema formats.