Skip to content

Inconsistent behavior for non-get methods #43

@mrpinsky

Description

@mrpinsky

Currently, Storage instances just forward on their database's responses to write and delete operations. Since different DBs respond differently (e.g., a successful write on Redis returns "OK", while Postgres returns one or more ids if it did an insert or the number of updated rows for update). These responses need to be standardized for the API.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions