Skip to content

Commit

Permalink
feat: add connection package
Browse files Browse the repository at this point in the history
  • Loading branch information
thuongtruong109 committed Nov 22, 2024
1 parent 041080d commit e9e8623
Show file tree
Hide file tree
Showing 6 changed files with 236 additions and 521 deletions.
77 changes: 48 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<a href="https://codecov.io/gh/thuongtruong109/gouse"><img src="https://codecov.io/gh/thuongtruong1009/gouse/branch/main/graph/badge.svg" alt="codecov"></a>
<a href="https://dl.circleci.com/status-badge/redirect/gh/thuongtruong109/gouse/tree/main"><img src="https://dl.circleci.com/status-badge/img/gh/thuongtruong1009/gouse/tree/main.svg?style=svg" alt="circleci"></a>
<a href="https://pkg.go.dev/github.com/thuongtruong109/gouse"><img src="https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square" alt="go.dev"></a>
<!-- <a href="https://godocs.io/github.com/thuongtruong109/gouse"><img alt="Godoc" src="https://godocs.io/github.com/thuongtruong1009/gouse?status.svg"></a> -->
<img src="./public/count.svg" alt="gouse_functions_count">
<img alt="GitHub code size in bytes" src="https://img.shields.io/github/languages/code-size/thuongtruong109/gouse">
<!-- <a href="https://godocs.io/github.com/thuongtruong109/gouse"><img alt="Godoc" src="https://godocs.io/github.com/thuongtruong1009/gouse?status.svg"></a> -->
<!-- <a href="LICENSE"><img src="https://img.shields.io/github/license/thuongtruong109/gouse" alt="license"></a> -->
<!-- <img alt="GitHub code size in bytes" src="https://img.shields.io/github/languages/code-size/thuongtruong109/gouse"> -->
<!-- <a href="https://app.codacy.com/gh/thuongtruong109/gouse/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_Coverage"><img src="https://app.codacy.com/project/badge/Coverage/21f940894abd4e0384ef8b84adc294da" alt="codacy"></a> -->
<!-- <a href="https://sourcegraph.com/github.com/thuongtruong109/gouse?badge"><img src="https://sourcegraph.com/github.com/thuongtruong109/gouse/-/badge.svg" alt="sourcegraph"></a> -->
</div>
Expand All @@ -22,9 +22,9 @@
<table>
<tbody>
<td align="center">
<img width="2000" height="0"><br>
<div width="800" height="0"><br>
<sub>Made possible by my <a href="https://github.com/sponsors/thuongtruong109">Sponsor Program πŸ’–</a></sub><br>
<img width="2000" height="0">
<div width="800" height="0">
</td>
</tbody>
</table>
Expand Down Expand Up @@ -65,31 +65,50 @@

> Below is a list of modules that Gouse supports. This project is still in development stage, so not all features are available.
βœ… Array <br/>
βœ… Api <br/>
βœ… Cache <br/>
βœ… Chart <br/>
βœ… Config <br/>
βœ… Console <br/>
βœ… Cron <br/>
βœ… Crypto <br/>
βœ… Date <br/>
βœ… Function <br/>
βœ… Helper <br/>
βœ… I/O <br/>
βœ… Log <br/>
βœ… Math <br/>
βœ… Media <br/>
βœ… Net <br/>
βœ… Number <br/>
βœ… OS <br/>
βœ… Regex <br/>
βœ… Struct <br/>
βœ… String <br/>
βœ… Tool <br/>
βœ… Type <br/>

<!-- βœ… Connection <br/> -->
<div align="center">
<table>
<tbody>
<td align="left">
<div width="300" height="0"><br>
βœ… Array <br/>
βœ… Api <br/>
βœ… Cache <br/>
βœ… Chart <br/>
βœ… Config <br/>
βœ… Console <br/>
βœ… Cron <br/>
βœ… Crypto <br/>
βœ… Date <br/>
<div width="300" height="0">
</td>
<td align="left">
<div width="300" height="0"><br>
βœ… Function <br/>
βœ… Helper <br/>
βœ… I/O <br/>
βœ… Connection <br/>
βœ… Log <br/>
βœ… Math <br/>
βœ… Media <br/>
<div width="300" height="0">
</td>
<td align="left">
<div width="400" height="0"><br>
βœ… Net <br/>
βœ… Number <br/>
βœ… OS <br/>
βœ… Random <br/>
βœ… Regex <br/>
βœ… Struct <br/>
βœ… String <br/>
βœ… Tool <br/>
βœ… Type <br/>
<div width="300" height="0">
</td>
</tbody>
</table>
</div>

<!-- -
- [ ] Auth
- [ ] Error
Expand Down
Loading

0 comments on commit e9e8623

Please sign in to comment.