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

add bulk operations: create, update, delete; and find_or_create + count methods for single records #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Yevhenii-Kushvid
Copy link

@Yevhenii-Kushvid Yevhenii-Kushvid commented Nov 17, 2024

In recent project I faced the issue of performance, and found in AriTable api bulk operation: here is my proposal implementation of them for airrecord gem.

  • Table#bulk_create
  • Table#bulk_update
  • Table#bulk_delete

and additional helper for record finding

  • Table#find_or_create
  • Table#count

link to API documentation

@Yevhenii-Kushvid Yevhenii-Kushvid changed the title add bulk operations: create, update, delete; and find_or_create method add bulk operations: create, update, delete; and find_or_create method for single records Nov 17, 2024
@Yevhenii-Kushvid Yevhenii-Kushvid changed the title add bulk operations: create, update, delete; and find_or_create method for single records add bulk operations: create, update, delete; and find_or_create + count methods for single records Nov 17, 2024
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

Successfully merging this pull request may close these issues.

1 participant