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.