Skip to content

Conversation

ngsankha
Copy link

Now INSERT, UPDATE and DELETE requests into multiple tables can be done from a single query. This reduces network latency in calls to the database server.

Now the Query object will look like:

UpdateQuery := {
    verb: "update",
    table: [table_name1, table_name2, ...]
    data: [{ column_name: Value, ... }, ...] | SelectQuery,
    filters: [{ column_name: Condition, ... }, ...], ?
    limit: count ?
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant