Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binding howto #178

Merged
merged 3 commits into from
Dec 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
types: [created]
pull_request:
types: [opened, reopened]
paths-ignore:
- '**/.md'

jobs:
build_wheels_linux:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ There are something you can help:
- [ ] Help improve documentation
- [ ] Help improve code quality and performance

### Bindings

We welcome bindings for other languages, please refer to [bindings](bindings.md) for more details.

## License
Apache 2.0, see [LICENSE](LICENSE.txt) for more information.

Expand Down
27 changes: 27 additions & 0 deletions bindings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## Welcome to the Bindings Contributors

Welcome to the community of bindings contributors! chDB offers a Stable C ABI, which facilitates the development of bindings in various languages. For a C language calling demo, please refer to the examples in the `/examples` directory, such as `chdbDlopen.c`, `chdbSimple.c`, and `chdbStub.c`.

### chDB Language Bindings Status

Here is a table outlining the current status of language bindings for chDB:

| Language | Repository | Status |
| --- | --- | --- |
| Python | [chdb](https://github.com/chdb-io/chdb) | Production Ready |
| Golang | [chdb-go](https://github.com/chdb-io/chdb-go) | General Available |
| Bun | [chdb-bun](https://github.com/chdb-io/chdb-bun) | General Available |
| Node | [chdb-node](https://github.com/chdb-io/chdb-node) | General Available |
| Rust | [chdb-rust](https://github.com/chdb-io/chdb-rust) | In Development (Contributors Needed) |
| Java | n/a | Contributors Needed |
| PHP | n/a | Contributors Needed |
| Ruby | n/a | Contributors Needed |

### Need Help?
If you have already developed bindings for a language not listed above,

If you are interested in contributing to the development of bindings for a language not listed above, please contact us at:

- Discord: [bindings](https://discord.gg/uUk6AKf7yM)
- Email: [email protected]
- Twitter: [@chdb](https://twitter.com/chdb_io)