Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch by ids #65

Closed
TkaczykAdam opened this issue Apr 5, 2022 · 2 comments
Closed

Fetch by ids #65

TkaczykAdam opened this issue Apr 5, 2022 · 2 comments

Comments

@TkaczykAdam
Copy link

Hello, how can I fetch entities by ids?

sth like

const albumsEntities = await albumRepository.fetch([albumId1,  albumId2 ...])

// or 

const albumsEntities = await albumRepository.fetch(albumId1,  albumId2 ...)
@guyroyse
Copy link
Contributor

guyroyse commented Apr 5, 2022

You can't, but that is an awesome idea! Keep this open and I'll add it to the backlog.

@guyroyse
Copy link
Contributor

This has been updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants