Mini Object-relational MapperImplement a simplified Prisma-like in-memory Object-relational Mapper (ORM) with model delegates and basic CRUD operations
语言
新
Reading Order II高级Implement a function that groups misaligned 2D canvas elements into rows before sorting
语言
新
Spreadsheet II高级Implement a spreadsheet class with left-to-right arithmetic formulas
语言
新
Styled Text Ranges II高级Implement a function that overwrites the style of a text range and normalizes the result
语言
新
Test Runner IIImplement a tiny test runner with nested suites and full spec names
语言
新
Test Runner III高级Implement a tiny test runner with inherited setup and cleanup hooks
语言
Undoable Database高级Implement a class that manages users with CRUD operations and undo/redo history
语言
新
Mini Object-relational Mapper II高级Implement a simplified Prisma-like in-memory Object-relational Mapper (ORM) with richer filtering and sorting