Skip to content

insertData should apply mutations atomically #488

@vkedia

Description

@vkedia

function insertData (instanceId, databaseId) {

Currently the way sample is written it first applies mutations to singers table and then to albums table. Similar sample for other languages apply all the mutations in a single transaction. I am not sure if there is some convenient method in Node.js client to do this short of starting a proper transaction.

Metadata

Metadata

Assignees

No one assigned

    Labels

    🚨This issue needs some love.triage meI really want to be triaged.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions