chdb-rust
chdb-rust copied to clipboard
HELP WANTED!
Are you an open-source enthusiast and Rust developer? Help us turn this binding template into a stable crate!
@web3creator 👋
@lmangani This looks like a very early project,I saw the ffi interface inside, which was written manually。I don't know much about c/c++,Are we going to generate rust code based on the c api header file?
@auxten I did not find the c header file of chdb, not c++
https://github.com/chdb-io/chdb/blob/main/programs/local/chdb.h
@web3creator if you check out the readme it clearly states this is a (working) experimental FFI binding based on libchdb.so, which I believe answers your question. If you run the code with the library onboard, you should see how it functions easily.
Note: the help we need is not with C/C++ but with the crate itself
@tephrocactus Thanks for the great work!