backlogdocumentationgood first issueprio4
Repository metrics
- Stars
- (1 star)
- PR merge metrics
- (PR metrics pending)
Description
From README:
spacesis a table that associates old space number and table with definitions:
insert- custom insert functionfunction(tuple, flags). If not defined, a function that inserts atupleinto a space withnew_id.delete- custom delete functionfunction(key, flags). If not defined, a function that deletes a tuple with akeyfrom a space withnew_id.update- custom update functionfunction(key, ops, flags. If not defined, a function that executesupdatewith operationsopsin a space withnew_idon a tuple with PKkey.
Meaning of flags is not described anywhere.