Skip to content

Commit 2d5dc94

Browse files
noahgiftclaude
andcommitted
feat: add hero banner and shields.io badge row
- assets/hero.{svg,png}: 1280x480 README banner matching the duckdb-from-zero / mysql-from-zero chassis. Three pipeline stops (psql REPL → Pagila JOIN → sqlx::PgPool) plus a 13-contracts pillar on the right edge and a single-line contract summary strip at the bottom. Authored as SVG, rendered to PNG via cairosvg. - README: prepended hero image and an 8-badge row (License, Rust, PostgreSQL, Coverage, Tests, Provable contracts, GitHub last-commit, GitHub repo size) plus inline links to the sibling repos in the same series. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent aba6409 commit 2d5dc94

3 files changed

Lines changed: 136 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Postgres From Zero — Companion Repo
22

3+
![Postgres From Zero hero](assets/hero.png)
4+
5+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
6+
[![Rust](https://img.shields.io/badge/rust-1.95-orange.svg?logo=rust)](rust-toolchain.toml)
7+
[![PostgreSQL](https://img.shields.io/badge/PostgreSQL-16-336791.svg?logo=postgresql&logoColor=white)](docker-compose.yml)
8+
[![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen.svg)](crates/postgres-reports/src/lib.rs)
9+
[![Tests](https://img.shields.io/badge/tests-45%20passing-brightgreen.svg)](crates/postgres-reports/tests/)
10+
[![Provable contracts](https://img.shields.io/badge/provable%20contracts-13-7ee787.svg)](contracts/postgres-reports.yaml)
11+
[![GitHub last commit](https://img.shields.io/github/last-commit/paiml/postgres-from-zero)](https://github.com/paiml/postgres-from-zero/commits/main)
12+
[![GitHub repo size](https://img.shields.io/github/repo-size/paiml/postgres-from-zero)](https://github.com/paiml/postgres-from-zero)
13+
14+
Sibling repos in the same series:
15+
[paiml/mysql-from-zero](https://github.com/paiml/mysql-from-zero) ·
16+
[paiml/duckdb-from-zero](https://github.com/paiml/duckdb-from-zero)
17+
318
The runnable companion to the Coursera course **Postgres From Zero**, part of
419
the *Rust for Data Engineering* specialization.
520

assets/hero.png

114 KB
Loading

assets/hero.svg

Lines changed: 121 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)