Skip to content

Commit 0c2463b

Browse files
authored
Adds Badges to README. (#7)
Note that I only put the crate/docs badge for the `partiql` crate as we'll likely re-export dependencies there anyhow for a one stop shop for PartiQL APIs. We can always put them all here if we like.
1 parent da0a62b commit 0c2463b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# PartiQL Rust
22

3+
[![Crate](https://img.shields.io/crates/v/partiql.svg)](https://crates.io/crates/partiql)
4+
[![Docs](https://docs.rs/partiql/badge.svg)](https://docs.rs/partiql)
5+
[![License](https://img.shields.io/hexpm/l/plug.svg)](https://github.com/partiql/partiql-lang-rust/blob/main/LICENSE)
6+
[![CI Build](https://github.com/partiql/partiql-lang-rust/workflows/CI%20Build/badge.svg)](https://github.com/partiql/partiql-lang-rust/actions?query=workflow%3A%22CI+Build%22)
7+
[![codecov](https://codecov.io/gh/partiql/partiql-lang-rust/branch/main/graph/badge.svg?token=PDCNQZPVBD)](https://codecov.io/gh/partiql/partiql-lang-rust)
8+
39
This is a collection of crates to provide Rust support for the [PartiQL][partiql] query language.
410

511
***The crates in this repository are considered experimental, under active/early development,

0 commit comments

Comments
 (0)