Skip to content

Commit

Permalink
chore(docs): updated latest release link
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlangzi committed Feb 27, 2024
1 parent 6b78961 commit d576ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A SQL-First/ORM-like Golang SQL enhanced package.
[![Tests](https://github.com/yaitoo/sqle/actions/workflows/tests.yml/badge.svg)](https://github.com/yaitoo/sqle/actions/workflows/tests.yml)
[![GoDoc](https://godoc.org/github.com/yaitoo/sqle?status.png)](https://godoc.org/github.com/yaitoo/sqle)
[![Codecov](https://codecov.io/gh/yaitoo/sqle/branch/main/graph/badge.svg)](https://codecov.io/gh/yaitoo/sqle)
[![GitHub Release](https://img.shields.io/github/v/release/yaitoo/sqle)]()
[![GitHub Release](https://img.shields.io/github/v/release/yaitoo/sqle)](https://github.com/yaitoo/sqle/blob/main/CHANGELOG.md)
[![Go Report Card](https://goreportcard.com/badge/yaitoo/sqle)](http://goreportcard.com/report/yaitoo/sqle)

The SQLE package provides extensions to Go’s built-in `database/sql` package for more efficient, comprehensive interactions with databases in Go. The SQLE package is backward-compatible and extendable, so you can easily use it with the database/sql package.
Expand Down

0 comments on commit d576ce0

Please sign in to comment.