Skip to content

Commit ea52fdc

Browse files
sqloptclaude
andcommitted
readme: put the icons on the badges
A bare shields row reads like configuration. crates.io now carries the Rust mark, npm the npm mark, CI the Actions mark, releases the GitHub mark and the license the Apache feather — every slug verified to actually embed rather than silently render nothing. The crate and npm pages get the same treatment, plus the download and docs.rs badges that only make sense once published. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
1 parent 7ef18ff commit ea52fdc

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
</p>
1010

1111
<p align="center">
12-
<a href="https://github.com/singhpratech/dbopt/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/singhpratech/dbopt/ci.yml?branch=main&style=flat-square&label=ci&labelColor=0a0d12&color=3ad29f" alt="CI" /></a>
13-
<a href="https://crates.io/crates/dbopt"><img src="https://img.shields.io/crates/v/dbopt?style=flat-square&label=crates.io&labelColor=0a0d12&color=d4ff4e" alt="crates.io" /></a>
14-
<a href="https://www.npmjs.com/package/dbopt"><img src="https://img.shields.io/npm/v/dbopt?style=flat-square&label=npm&labelColor=0a0d12&color=d4ff4e" alt="npm" /></a>
15-
<a href="https://github.com/singhpratech/dbopt/releases/latest"><img src="https://img.shields.io/github/v/release/singhpratech/dbopt?style=flat-square&labelColor=0a0d12&color=3c72ff" alt="latest release" /></a>
16-
<a href="LICENSE"><img src="https://img.shields.io/github/license/singhpratech/dbopt?style=flat-square&labelColor=0a0d12&color=7e879b" alt="Apache-2.0" /></a>
12+
<a href="https://github.com/singhpratech/dbopt/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/singhpratech/dbopt/ci.yml?branch=main&style=flat-square&labelColor=0a0d12&logoColor=white&label=ci&color=3ad29f&logo=githubactions" alt="CI" /></a>
13+
<a href="https://crates.io/crates/dbopt"><img src="https://img.shields.io/crates/v/dbopt?style=flat-square&labelColor=0a0d12&logoColor=white&label=crates.io&color=d4ff4e&logo=rust" alt="crates.io" /></a>
14+
<a href="https://www.npmjs.com/package/dbopt"><img src="https://img.shields.io/npm/v/dbopt?style=flat-square&labelColor=0a0d12&logoColor=white&label=npm&color=d4ff4e&logo=npm" alt="npm" /></a>
15+
<a href="https://github.com/singhpratech/dbopt/releases/latest"><img src="https://img.shields.io/github/v/release/singhpratech/dbopt?style=flat-square&labelColor=0a0d12&logoColor=white&color=3c72ff&logo=github" alt="latest release" /></a>
16+
<a href="LICENSE"><img src="https://img.shields.io/github/license/singhpratech/dbopt?style=flat-square&labelColor=0a0d12&logoColor=white&color=7e879b&logo=apache" alt="Apache-2.0" /></a>
1717
</p>
1818

1919
<p align="center">

crates/analyzer-cli/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
</p>
66

77
<p align="center">
8-
<a href="https://crates.io/crates/dbopt"><img src="https://img.shields.io/crates/v/dbopt?style=flat-square&color=d4ff4e&labelColor=0a0d12" alt="crates.io" /></a>
9-
<img src="https://img.shields.io/badge/rules-102-d4ff4e?style=flat-square&labelColor=0a0d12" alt="102 rules" />
10-
<img src="https://img.shields.io/badge/engines-SQL%20Server%20%C2%B7%20Postgres%20next-3c72ff?style=flat-square&labelColor=0a0d12" alt="SQL Server today, Postgres and MySQL next" />
11-
<img src="https://img.shields.io/badge/license-Apache--2.0-3ad29f?style=flat-square&labelColor=0a0d12" alt="Apache-2.0" />
8+
<a href="https://crates.io/crates/dbopt"><img src="https://img.shields.io/crates/v/dbopt?style=flat-square&labelColor=0a0d12&logoColor=white&label=crates.io&color=d4ff4e&logo=rust" alt="crates.io" /></a>
9+
<a href="https://crates.io/crates/dbopt"><img src="https://img.shields.io/crates/d/dbopt?style=flat-square&labelColor=0a0d12&logoColor=white&label=downloads&color=3ad29f&logo=rust" alt="downloads" /></a>
10+
<a href="https://github.com/singhpratech/dbopt/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/singhpratech/dbopt/ci.yml?branch=main&style=flat-square&labelColor=0a0d12&logoColor=white&label=ci&color=3ad29f&logo=githubactions" alt="CI" /></a>
11+
<a href="https://github.com/singhpratech/dbopt/blob/main/LICENSE"><img src="https://img.shields.io/crates/l/dbopt?style=flat-square&labelColor=0a0d12&logoColor=white&color=7e879b&logo=apache" alt="Apache-2.0" /></a>
1212
</p>
1313

1414
`dbopt` reads your T-SQL and your execution plans and tells you what is going to hurt —

crates/analyzer-core/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
</p>
66

77
<p align="center">
8-
<a href="https://crates.io/crates/dbopt-core"><img src="https://img.shields.io/crates/v/dbopt-core?style=flat-square&color=d4ff4e&labelColor=0a0d12" alt="crates.io" /></a>
9-
<img src="https://img.shields.io/badge/rules-102-d4ff4e?style=flat-square&labelColor=0a0d12" alt="102 rules" />
10-
<img src="https://img.shields.io/badge/deps-6-3ad29f?style=flat-square&labelColor=0a0d12" alt="6 dependencies" />
11-
<img src="https://img.shields.io/badge/license-Apache--2.0-3ad29f?style=flat-square&labelColor=0a0d12" alt="Apache-2.0" />
8+
<a href="https://crates.io/crates/dbopt-core"><img src="https://img.shields.io/crates/v/dbopt-core?style=flat-square&labelColor=0a0d12&logoColor=white&label=crates.io&color=d4ff4e&logo=rust" alt="crates.io" /></a>
9+
<a href="https://docs.rs/dbopt-core"><img src="https://img.shields.io/docsrs/dbopt-core?style=flat-square&labelColor=0a0d12&logoColor=white&color=3ad29f&logo=docsdotrs" alt="docs.rs" /></a>
10+
<a href="https://github.com/singhpratech/dbopt/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/singhpratech/dbopt/ci.yml?branch=main&style=flat-square&labelColor=0a0d12&logoColor=white&label=ci&color=3ad29f&logo=githubactions" alt="CI" /></a>
11+
<a href="https://github.com/singhpratech/dbopt/blob/main/LICENSE"><img src="https://img.shields.io/crates/l/dbopt-core?style=flat-square&labelColor=0a0d12&logoColor=white&color=7e879b&logo=apache" alt="Apache-2.0" /></a>
1212
</p>
1313

1414
Give it T-SQL, an execution plan, a DMV bundle, or all three. Get back findings with

npm/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
</p>
66

77
<p align="center">
8-
<a href="https://www.npmjs.com/package/dbopt"><img src="https://img.shields.io/npm/v/dbopt?style=flat-square&color=d4ff4e&labelColor=0a0d12" alt="npm" /></a>
9-
<img src="https://img.shields.io/badge/rules-102-d4ff4e?style=flat-square&labelColor=0a0d12" alt="102 rules" />
10-
<img src="https://img.shields.io/badge/runtime-Rust%20%E2%86%92%20WASM-3c72ff?style=flat-square&labelColor=0a0d12" alt="Rust to WebAssembly" />
11-
<img src="https://img.shields.io/badge/network-none-3ad29f?style=flat-square&labelColor=0a0d12" alt="no network" />
8+
<a href="https://www.npmjs.com/package/dbopt"><img src="https://img.shields.io/npm/v/dbopt?style=flat-square&labelColor=0a0d12&logoColor=white&label=npm&color=d4ff4e&logo=npm" alt="npm" /></a>
9+
<a href="https://www.npmjs.com/package/dbopt"><img src="https://img.shields.io/npm/dm/dbopt?style=flat-square&labelColor=0a0d12&logoColor=white&label=downloads&color=3ad29f&logo=npm" alt="downloads per month" /></a>
10+
<a href="https://bundlephobia.com/package/dbopt"><img src="https://img.shields.io/bundlephobia/minzip/dbopt?style=flat-square&labelColor=0a0d12&logoColor=white&label=gzipped&color=3c72ff&logo=webassembly" alt="bundle size" /></a>
11+
<a href="https://github.com/singhpratech/dbopt/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/dbopt?style=flat-square&labelColor=0a0d12&logoColor=white&color=7e879b&logo=apache" alt="Apache-2.0" /></a>
1212
</p>
1313

1414
A database performance analyzer that reads your queries and execution plans and tells

0 commit comments

Comments
 (0)