support db create id (#287)

* support db create id

* add the proto
This commit is contained in:
Asim Aslam
2021-12-01 09:18:20 +00:00
committed by GitHub
parent 3cc3329e29
commit f81ba3c70e
4 changed files with 40 additions and 16 deletions

View File

@@ -51,6 +51,8 @@ message CreateRequest {
string table = 1;
// JSON encoded record or records (can be array or object)
google.protobuf.Struct record = 2;
// optional record id to use
string id = 3;
}
message CreateResponse {