Closed killagu closed 6 months ago
The update brings in new imports and restructures data source management in DataSource.ts
, improving how DAO and table classes are managed using LoaderFactory
. The package.json
in plugin/dal
now includes globby
to support these changes, ensuring smoother data operations and integration.
File Path | Change Summary |
---|---|
.../lib/DataSource.ts |
Added imports from @eggjs/tegg/helper and @eggjs/tegg/dal , and revamped DAO class loading and table filtering logic. |
.../package.json |
Added globby and updated @eggjs/dal-runtime dependency. |
🐰✨ A hop, a skip, in the code we dive, New imports arrive, making data thrive. With
globby
in hand, and refactors so grand, Our data flows smooth, across the land. Cheers to changes, both big and small, In the world of code, they matter to all! 🌟 🐰💻
Checklist
npm test
passesAffected core subsystem(s)
Description of change
Summary by CodeRabbit