loopbackio / loopbackio/loopback-next
TypeORM: Database migration
Open
Nobody has claimed this yet.
feature
- Dominant language
- TypeScript
- Stars
- 5.1k
- Forks
- 1.1k
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 27
Description
Complete the implementation of migrateSchema() in TypeOrmMixin to enable database migration in apps using TypeORM.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the TypeOrmMixin and its migrateSchema() entry point in the LoopBack repository, then read the surrounding TypeORM integration. Implement the missing migration behavior so apps using TypeORM can migrate their database schema; verify the repository's existing tests or checks for this integration if available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs, typescript
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100