loopbackio / loopbackio/loopback-next
Blogpost: what are our current plans for juggler modernization
Open
Nobody has claimed this yet.
Docs
Juggler
- Dominant language
- TypeScript
- Stars
- 5.1k
- Forks
- 1.1k
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 27
Description
As discussed in July Maintainers Call, we should write a blog post to capture our current thinking about juggler modernization.
- Allow connectors to by written as ES6 classes, in async/await style, using TypeScript.
- Decouple modelling (model definition) from data-access methods.
- Provide a well-specified interface between juggler/repository and connectors.
- Explore integration with other ORM/ODM frameworks (TypeORM, Mongoose). If we can get first-class experience with 3rd party frameworks, then we can eventually move away from juggler.
/cc @achrinza
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.
Assessment
This issue has not been assessed yet.