chdb-rust icon indicating copy to clipboard operation
chdb-rust copied to clipboard

HELP WANTED!

Open lmangani opened this issue 1 year ago • 5 comments

Are you an open-source enthusiast and Rust developer? Help us turn this binding template into a stable crate!

lmangani avatar Jul 29 '23 10:07 lmangani

@web3creator 👋

lmangani avatar Jul 30 '23 10:07 lmangani

@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?

web3creator avatar Jul 30 '23 15:07 web3creator

@auxten I did not find the c header file of chdb, not c++

web3creator avatar Jul 30 '23 15:07 web3creator

https://github.com/chdb-io/chdb/blob/main/programs/local/chdb.h

auxten avatar Jul 30 '23 15:07 auxten

@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

lmangani avatar Jul 30 '23 15:07 lmangani

@auxten

Please see PR.

tephrocactus avatar Aug 22 '24 16:08 tephrocactus

@tephrocactus Thanks for the great work!

auxten avatar Aug 26 '24 02:08 auxten