Skip to content

Update and extend AtomDBProxy client API #960

@andre-senna

Description

@andre-senna

Update current add_atoms() command to be compliant with recent changes in AtomDB and add a new delete_atoms() method as in the AtomDB API:

    virtual vector<string> add_atoms(const vector<atoms::Atom*>& atoms,
                                     bool throw_if_exists = false,
                                     bool is_transactional = false) = 0;
    
    virtual uint delete_atoms(const vector<string>& handles, bool delete_link_targets = false) = 0;

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions