# ceresdb-client-go **Repository Path**: ceres-db/ceresdb-client-go ## Basic Information - **Project Name**: ceresdb-client-go - **Description**: Golang implementation of CeresDB client. - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-13 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Apache HoraeDB (Incubating) Golang Client [![CI](https://github.com/apache/incubator-horaedb-client-go/actions/workflows/CI.yml/badge.svg)](https://github.com/apache/incubator-horaedb-client-go/actions/workflows/CI.yml) [![Go Reference](https://pkg.go.dev/badge/github.com/apache/incubator-horaedb-client-go.svg)](https://pkg.go.dev/github.com/apache/incubator-horaedb-client-go) [![Go Report Card](https://goreportcard.com/badge/github.com/apache/incubator-horaedb-client-go)](https://goreportcard.com/report/github.com/apache/incubator-horaedb-client-go) ## Introduction Golang client for [Apache HoraeDB (Incubating)](https://github.com/apache/incubator-horaedb). > [!IMPORTANT] > Apache HoraeDB (incubating) is an effort undergoing incubation at the Apache > Software Foundation (ASF), sponsored by the Apache Incubator PMC. > > Please read the [DISCLAIMER](DISCLAIMER) and a full explanation of ["incubating"](https://incubator.apache.org/policy/incubation.html). ## Support features - DDL, such as create/alter table - Write and query support in both standalone and cluster mode ## How To Use Please refer [Golang SDK docs](https://horaedb.apache.org/en/sdk/go.html). ## License Under [Apache License 2.0](LICENSE).