chore: rename ceresdb to horaedb  (#48)

This refers to https://github.com/CeresDB/horaedb/issues/1319

---------

Signed-off-by: tison <wander4096@gmail.com>
26 files changed
tree: 5efe261cb19be3f31597b73074fa36fd5964e707
  1. .github/
  2. examples/
  3. horaedb/
  4. test/
  5. .gitignore
  6. .golangci.yml
  7. go.mod
  8. go.sum
  9. LICENSE
  10. licenserc.toml
  11. Makefile
  12. README.md
  13. revive.toml
README.md

HoraeDB Golang Client

CI Go Reference Go Report Card

Introduction

Golang client for HoraeDB.

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.

License

Under Apache License 2.0.