chore: add incubating notice (#52)

## Rationale
See https://lists.apache.org/thread/1frk5f146pbzprj0d1ftf15o4z6v3ocs

## Detailed Changes


## Test Plan
No need
1 file changed
tree: 517c8c1dd902cf549318f8e5e0c219903333f559
  1. .github/
  2. examples/
  3. horaedb/
  4. test/
  5. .asf.yaml
  6. .gitignore
  7. .golangci.yml
  8. DISCLAIMER
  9. go.mod
  10. go.sum
  11. LICENSE
  12. licenserc.toml
  13. Makefile
  14. README.md
README.md

Apache HoraeDB (Incubating) Golang Client

CI Go Reference Go Report Card

Introduction

Golang client for Apache HoraeDB (Incubating).

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.