File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
# duckdb-rs
2
2
3
- [ ![ Downloads] ( https://img.shields.io/crates/d/duckdb )] ( https://img.shields.io/crates/d/duckdb )
4
- [ ![ Build Status] ( https://github.com/duckdb/duckdb-rs/workflows/CI/badge.svg )] ( https://github.com/duckdb/duckdb-rs/actions )
5
- [ ![ dependency status] ( https://deps.rs/repo/github/wangfenjin/duckdb-rs/status.svg )] ( https://deps.rs/repo/github/wangfenjin/duckdb-rs )
6
- [ ![ codecov] ( https://codecov.io/gh/wangfenjin/duckdb-rs/branch/main/graph/badge.svg?token=0xV88q8KU0 )] ( https://codecov.io/gh/wangfenjin/duckdb-rs )
7
3
[ ![ Latest Version] ( https://img.shields.io/crates/v/duckdb.svg )] ( https://crates.io/crates/duckdb )
8
- [ ![ Docs] ( https://img.shields.io/badge/docs.rs-duckdb-green )] ( https://docs.rs/duckdb )
4
+ [ ![ Documentation] ( https://img.shields.io/badge/docs.rs-duckdb-orange )] ( https://docs.rs/duckdb )
5
+ [ ![ MIT License] ( https://img.shields.io/crates/l/duckdb.svg )] ( LICENSE )
6
+ [ ![ Downloads] ( https://img.shields.io/crates/d/duckdb.svg )] ( https://crates.io/crates/duckdb )
7
+ [ ![ CI] ( https://github.com/duckdb/duckdb-rs/workflows/CI/badge.svg )] ( https://github.com/duckdb/duckdb-rs/actions )
9
8
10
9
duckdb-rs is an ergonomic wrapper for using [ duckdb] ( https://github.com/duckdb/duckdb ) from Rust. It attempts to expose
11
10
an interface similar to [ rusqlite] ( https://github.com/rusqlite/rusqlite ) . Actually the initial code and even this README is
You can’t perform that action at this time.
0 commit comments