Skip to content

Commit

Permalink
Merge pull request #13 from noborus/add-badge
Browse files Browse the repository at this point in the history
Add badge to README.md
  • Loading branch information
noborus authored Feb 4, 2024
2 parents 8d1d221 + 611c859 commit ebb3003
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# mdtsql

A CLI tool that executes SQL queries and converts the results into a Markdown table.
[![PkgGoDev](https://pkg.go.dev/badge/github.com/noborus/mdtsql)](https://pkg.go.dev/github.com/noborus/mdtsql)
[![Actions Status](https://github.com/noborus/mdtsql/workflows/Go/badge.svg)](https://github.com/noborus/mdtsql/actions)

A CLI tool that executes SQL queries on various files including markdown table files and outputs the results to various files.

## install

Expand Down

0 comments on commit ebb3003

Please sign in to comment.