Skip to content

Commit 998eef5

Browse files
committed
README.md: add links to godoc and CI status
1 parent 4cb0a75 commit 998eef5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# TailSQL
22

3+
[![GoDoc](https://img.shields.io/static/v1?label=godoc&message=reference&color=peru)](https://pkg.go.dev/github.com/tailscale/tailsql)
4+
[![CI](https://github.com/tailscale/tailsql/actions/workflows/go-presubmit.yml/badge.svg?event=push&branch=main)](https://github.com/tailscale/tailsql/actions/workflows/go-presubmit.yml)
5+
6+
37
TailSQL is a self-contained SQL playground service that runs on [Tailscale](https://tailscale.com).
48
It permits users to query SQL databases from a basic web-based UI, with support for any database
59
that can plug in to the Go [`database/sql`](https://godoc.org/database/sql) package.

0 commit comments

Comments
 (0)