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
When inserting a new row in the database, a common pattern is to also want to add that row to the appropriate bundle. Add an option on datum insert for also tracking the row in the specified bundle.
The text was updated successfully, but these errors were encountered:
erichanson
changed the title
Add support for bundle.stage_row_add in datum.js insert
Add support for bundle.tracked_row_add in datum.js insert
Aug 16, 2017
Alternately, create a bundle manip library that builds on top of datum, for doing client side bundle operations. Currently, for example, to call bundle.tracked_row_add(bundle_name text, schema_name text, relation_name text, pk_column_name text, pk_value text) from datum looks like this rather verbose call to AQ.Schema.function():
It does conflate separations of concerns between endpoint/datum and bundle though. Hmm.
erichanson
changed the title
Add support for bundle.tracked_row_add in datum.js insert
datum: Add support for bundle.tracked_row_add in AQ.Relation.insert()
Sep 17, 2020
When inserting a new row in the database, a common pattern is to also want to add that row to the appropriate bundle. Add an option on datum insert for also tracking the row in the specified bundle.
The text was updated successfully, but these errors were encountered: