From 7798b62a7a0500e47f13245fc5159338cc860689 Mon Sep 17 00:00:00 2001 From: Maxim Fedorov Date: Mon, 20 Feb 2023 19:54:09 -0800 Subject: [PATCH] Include build status icons in the README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6aeb934..f27516c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # sqlite + +[![Build Status](https://github.com/max-au/sqlite/actions/workflows/erlang.yml/badge.svg?branch=master)](https://github.com/max-au/sqlite/actions) [![Hex.pm](https://img.shields.io/hexpm/v/sqlite.svg)](https://hex.pm/packages/sqlite) [![Hex Docs](https://img.shields.io/badge/hex-docs-blue.svg)](https://hexdocs.pm/sqlite) + sqlite3 NIF bindings for Erlang. See `sqlite:query/3` for the data type conversion details. Current version