You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Would like to have a way to pass dynamic parameters to a query
Describe the solution you'd like
On "where" and possibly "has", along with a getcell function pass along a getvalue function that will return a reactive value from the store. Would allow something like this:
@waynesbrain If you are asking if join should have similar functionality, yes I think that could be useful
@jamesgpearce I am currently doing similar things as #47 and it works well. It is powerful that a listener gets updated if you manually change the query. I am using TinyBase in a hobby Svelte 5 project and it is easy to "refire" the query when some state changes. I was thinking about a framework agnostic way to accomplish something similar.
Is your feature request related to a problem? Please describe.
Would like to have a way to pass dynamic parameters to a query
Describe the solution you'd like
On "where" and possibly "has", along with a getcell function pass along a getvalue function that will return a reactive value from the store. Would allow something like this:
then if you run:
store.setValue("filter_string", "test")
would cause the query to update with the new value. Reactive dynamic queries.
The text was updated successfully, but these errors were encountered: