Skip to content

Commit

Permalink
feat(Readme): Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Firoozi Zamani committed Jan 2, 2025
1 parent c46ebee commit 4a846f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ go.work.sum

# env file
.env

# IDE
.idea/
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
</picture>

<h3 align="center">GORM DuckDB Driver</h3>

[![Go Reference](https://pkg.go.dev/badge/github.com/alifiroozi80/duckdb.svg)](https://pkg.go.dev/github.com/alifiroozi80/duckdb)
[![GitHub go.mod Go version (subdirectory of monorepo)](https://img.shields.io/github/go-mod/go-version/alifiroozi80/duckdb?logo=go)](https://img.shields.io/github/go-mod/go-version/alifiroozi80/duckdb?logo=go)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/alifiroozi80/duckdb)](https://img.shields.io/github/v/release/alifiroozi80/duckdb)
[![Go Report Card](https://goreportcard.com/badge/github.com/alifiroozi80/duckdb)](https://goreportcard.com/report/github.com/alifiroozi80/duckdb)
[![GitHub License](https://img.shields.io/github/license/alifiroozi80/duckdb?&color=blue)](https://img.shields.io/github/license/alifiroozi80/duckdb?&color=blue)

<p align="center">
<a href="https://github.com/alifiroozi80/duckdb/issues">Report Bug</a>
Expand Down

0 comments on commit 4a846f8

Please sign in to comment.