backlogdocumentationgood first issueprio4
Métricas do repositório
- Stars
- (1 estrela)
- Métricas de merge de PR
- (Métricas PR pendentes)
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.