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

feat: reql format command #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

gabor-boros
Copy link
Member

Description

Add the new format command.

Code examples

r.table("movies").map({
  id: r.row('id'),
  ratings: r.http(r.format('http://example.com/movies/?title={title}&release={year}', r.row))
})

Checklist

References

@gabor-boros gabor-boros added the enhancement New feature or request label May 15, 2022
@gabor-boros gabor-boros added this to the 2.5.x milestone May 15, 2022
@gabor-boros gabor-boros requested a review from srh May 15, 2022 18:22
@gabor-boros gabor-boros self-assigned this May 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Review
Development

Successfully merging this pull request may close these issues.

None yet

1 participant