Skip to content

Commit 87030b6

Browse files
committed
Fix readme
1 parent b5d3305 commit 87030b6

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,9 @@ jobs:
2222
sudo ldconfig
2323
- name: Build
2424
run: cargo build --verbose
25+
env:
26+
RUST_BACKTRACE: full
2527
- name: Run tests
26-
run: cargo run
28+
run: cargo run --example basic
29+
env:
30+
RUST_BACKTRACE: full

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
1-
<a href="https://chdb.fly.dev" target="_blank">
2-
<img src="https://avatars.githubusercontent.com/u/132536224" width=130 />
3-
</a>
1+
<img src="https://avatars.githubusercontent.com/u/132536224" width=130 />
42

53
[![Rust](https://github.com/chdb-io/chdb-rust/actions/workflows/rust.yml/badge.svg)](https://github.com/chdb-io/chdb-rust/actions/workflows/rust.yml)
64

75
# chdb-rust <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/Rust_programming_language_black_logo.svg/1024px-Rust_programming_language_black_logo.svg.png" height=20 />
8-
Experimental [chDB](https://github.com/auxten/chdb) FFI bindings for Rust
6+
Experimental [chDB](https://github.com/chdb-io/chdb) FFI bindings for Rust
97
### Status
108

11-
- experimental, unstable, subject to changes
12-
- requires [`libchdb`](https://github.com/chdb-io/chdb) on the system
13-
- ffi hack for testing. not a proper library or crate!
9+
- Experimental, unstable, subject to changes
10+
- Requires [`libchdb`](https://github.com/chdb-io/chdb) on the system
1411

1512
#### Build binding
1613
```bash
17-
cargo build
18-
cargo run
14+
./update_libchdb.sh
15+
RUST_BACKTRACE=full cargo build --verbose
16+
cargo run --example basic
1917
```
20-
21-
:wave: _Rust developer? Jump in and help us evolve this example into a stable crate!_

0 commit comments

Comments
 (0)