# tcaplusdb-go-sdk **Repository Path**: mirrors_tencentyun/tcaplusdb-go-sdk ## Basic Information - **Project Name**: tcaplusdb-go-sdk - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-23 - **Last Updated**: 2025-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TcaplusDB GO SDK(3.46.0) > [TcaplusDB用户手册](https://tcaplusdb.tencent.com/UserGuide/) > >本SDK主要提供GO语言进行TcaplusDB表数据操作,支持三种协议: * __PB(protobuf)协议__:支持Google Protobuf进行数据序列化和反序列化操作,具体请参考`pb`子目录相关文档说明 * __TDR(tencent data presentation)协议__:TcaplusDB内部私有化协议进行数据序列化和反序列化,具体请参考`tdr`子目录相关文档说明 * __RESTful协议__: 通用的RESTful协议进行数据操作,具体请参考`restful`子目录相关文档说明