[tcallusdb knowledge base] restfulapi2 0 for generic table - [Pb] Introduction to batchdeleterecords

brief introduction Delete data in batch according to table primary key POST http://{Tcaplus_REST_URL} Request syntax Http request #Tencent cloud console RESTful Endpoint, ip:80, port: 80 by default http://172.17.0.22 #Tcallusdb local docker RESTful Endpoint, ip:31001, port default 31001 http://9.135.8.93:31001 Http head nameRequiredRes ...

Added by Flame000 on Mon, 21 Feb 2022 04:36:53 +0200

[tcallusdb knowledge base] restfulapi2 0 for generic table - [Pb] partkeygetrecord2 0 Introduction

brief introduction Obtain relevant records according to the primary key index, which is defined in the table definition proto file. The primary key index is an index designed based on the primary key field. The interface also supports the return of filter fields. Specify the field name to be returned through the Select parameter; The number of ...

Added by rosegarden on Mon, 21 Feb 2022 04:35:16 +0200

[tcallusdb knowledge base] restful API For generic table - [PB] FieldGetRecord introduction

[tcallusdb knowledge base] restfulapi2 0 for generic table - [PB] FieldGetRecord introductionbrief introductionThe corresponding field selected in the auto increment record only works on numeric type fields. It is often used in scenes such as players' experience value increase and level increase to avoid checking and updating first and reduce n ...

Added by frikus on Fri, 11 Feb 2022 17:14:30 +0200

[tcallusdb knowledge base] restful API For list table - [PB] [PB] ListGetRecord introduce

[tcallusdb knowledge base] restfulapi2 0 for list table - [Pb] listgetrecord2 0 Introductionbrief introductionQuery the record of the specified subscript under the corresponding Key in the List PB table.Index: Specifies the subscript of the record to return.POST http://{Tcaplus_REST_URL}Request syntaxHttp request#Tencent cloud console RESTful E ...

Added by jamesm6162 on Fri, 11 Feb 2022 15:27:49 +0200

[tcallusdb knowledge base] restful API For generic table - [PB] IndexQuery introduce

[tcallusdb knowledge base] restfulapi2 0 for generic table - [Pb] indexquery2 0 Introductionbrief introductionQuery records through the global index and support SQL syntax, as shown in the appendix. To use this interface, you need to add global index fields to the table on Tencent cloud console or local Docker Web platform in advance.POST http: ...

Added by hurricane on Fri, 11 Feb 2022 00:08:09 +0200

[tcallusdb knowledge base] restful API For generic table - [PB] IndexQuery introduce

[tcallusdb knowledge base] restfulapi2 0 for generic table - [Pb] indexquery2 0 Introductionbrief introductionQuery records through the global index and support SQL syntax, as shown in the appendix. To use this interface, you need to add global index fields to the table on Tencent cloud console or local Docker Web platform in advance.POST http: ...

Added by Hiccup on Thu, 10 Feb 2022 15:34:47 +0200

[tcaplus DB knowledge base] Tcaplus Go SDK manual

[tcaplus DB knowledge base] Tcaplus Go SDK manual (I)1 preparation for useThis API is the Go package of Tcaplus API and supports the addition, deletion, modification and query of Generic table1.1 list of codespack is a packaged scriptExample is an exampleaurotest is a testing toolOther directories are the source code of Tcaplus Go APIThe vendor ...

Added by pfchin on Wed, 19 Jan 2022 22:00:56 +0200