backlogdocumentationgood first issueprio4
Metriche repository
- Star
- (1 stella)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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.