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

Extend our ORM-ish FFI functionality #1417

Open
ra0x3 opened this issue Oct 16, 2023 · 0 comments
Open

Extend our ORM-ish FFI functionality #1417

ra0x3 opened this issue Oct 16, 2023 · 0 comments
Labels
research This issue only requires researching an idea

Comments

@ra0x3
Copy link
Contributor

ra0x3 commented Oct 16, 2023

  • The indexer service makes calls in/out of individual indexer WASM runtimes using FFI functionality
  • This works great so far, and gives us the ability to load .load() and save .save() functionality
  • This is cool, but somewhat limiting in that users can only save a single record, and load a single record at a time
  • We should extend this functionality to cover a few more basic cases:
    • Finding single records .find()
    • Finding many records .find_many()
    • Updating single records .update()
    • Updating many records .update_many()
    • Ordering records .sort()
    • Saving many records .save_many()

Additional context

@ra0x3 ra0x3 added the research This issue only requires researching an idea label Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
research This issue only requires researching an idea
Projects
None yet
Development

No branches or pull requests

1 participant