backlogdocumentationgood first issueprio4
仓库指标
- 星标
- (1 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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.