Skip to content

Commit 0e79b9a

Browse files
authored
Add badges to README for PostgreSQL and CI status
Added badges for PostgreSQL version and GitHub Actions workflow status.
1 parent c09b332 commit 0e79b9a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# pg_column_tetris
22

3+
[![PostgreSQL](https://img.shields.io/badge/PostgreSQL-14--18-blue.svg)](https://www.postgresql.org/)
4+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/rogerwelin/pg_column_tetris/actions/workflows/test.yml)
5+
36
A PostgreSQL extension that enforces optimal column alignment to minimize row padding waste.
47

58
<img src="logo.jpg" alt="pg_column_tetris logo" width="230">

0 commit comments

Comments
 (0)