Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Sep 6, 2021
1 parent 88020bc commit 8e0cfd4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<p align="center">
<img src="https://raw.githubusercontent.com/Spacewalkio/Garment/main/assets/logo.png?v=1.0.0" width="200" />
<img src="https://raw.githubusercontent.com/Spacewalkio/Garment/main/assets/logo.png?v=1.0.1" width="200" />
<h3 align="center">Garment</h3>
<p align="center">A Thread Safe Connection Pooling.</p>
<p align="center">
<a href="https://github.com/Spacewalkio/Garment/actions/workflows/build.yml">
<img src="https://github.com/Spacewalkio/Garment/actions/workflows/build.yml/badge.svg">
</a>
<a href="https://github.com/spacewalkio/garment/releases">
<img src="https://img.shields.io/badge/Version-1.0.0-cyan.svg">
<img src="https://img.shields.io/badge/Version-1.0.1-cyan.svg">
</a>
<a href="https://goreportcard.com/report/github.com/spacewalkio/garment">
<img src="https://goreportcard.com/badge/github.com/spacewalkio/garment?v=1.0.0">
<img src="https://goreportcard.com/badge/github.com/spacewalkio/garment?v=1.0.1">
</a>
<a href="https://godoc.org/github.com/spacewalkio/garment">
<img src="https://godoc.org/github.com/spacewalkio/garment?status.svg">
Expand All @@ -21,8 +21,7 @@
</p>
</p>


Garment retains a single connection pool for different database types used inside you application (MySQL, Redis, Etcd ... etc). You might achieve the same by preserving the same connection pool across sub packages by passing it as a parameter.
Garment retains a single connection pool for different database types used inside you application (MySQL, Redis, Etcd ... etc). You can achieve the same by preserving the same connection pool across sub packages by passing it as a parameter.


## Documentation
Expand Down

0 comments on commit 8e0cfd4

Please sign in to comment.