Skip to content

Locking #8

@markwylde

Description

@markwylde

I've just implemented locking of a whole collection.

But the lockbase library allows dot notation, and we should be able to implement row and column locking.

  • Table locking (client.lock(['users']))
  • Row locking (client.lock(['users.uuid-uuid-uuid-uuid']))
  • Column locking (client.lock(['users.email']))
  • Row and Column locking (client.lock(['users.uuid-uuid-uuid-uuid.email']))
  • GetOne and GetAll endpoints for /_/locks

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions