Skip to content

Commit

Permalink
Update README.md with gh action tests badge
Browse files Browse the repository at this point in the history
  • Loading branch information
mysiar authored May 21, 2024
1 parent 08d858e commit 4fd12b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# go-sql-raw
![tests](https://github.com/mysiar-org/go_sql_raw/actions/workflows/go.yml/badge.svg)

The main reason that this module has been created was generic querying database without knowing table structure.

Expand Down Expand Up @@ -27,4 +28,4 @@ check also [go_sql_raw_test.go](tests/go_sql_raw_test.go)
* update type converting from DB to go in function `convertType`

## Credits
* module inspired by https://gist.github.com/SchumacherFM/69a167bec7dea644a20e
* module inspired by https://gist.github.com/SchumacherFM/69a167bec7dea644a20e

0 comments on commit 4fd12b6

Please sign in to comment.