Skip to content

Commit

Permalink
Updated badges in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jchia committed Jan 23, 2024
1 parent a608c3c commit 7a5394f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Low-level SQLite3 bindings for Haskell
======================================

[![Build Status](https://travis-ci.org/IreneKnapp/direct-sqlite.png?branch=master)](https://travis-ci.org/IreneKnapp/direct-sqlite) ![Hackage](https://img.shields.io/hackage/v/direct-sqlite.svg?style=flat-square)
[![Build Status](https://github.com/IreneKnapp/direct-sqlite/actions/workflows/haskell-ci.yml/badge.svg)](https://github.com/IreneKnapp/direct-sqlite/actions/workflows/haskell-ci.yml) ![Hackage](https://img.shields.io/hackage/v/direct-sqlite.svg)

This package is not very different from the other SQLite3 bindings out there, but it fixes a few deficiencies I was finding. As compared to bindings-sqlite3, it is slightly higher-level, in that it supports marshalling of data values to and from the database. In particular, it supports strings encoded as UTF8, and BLOBs represented as ByteStrings.

Expand Down

0 comments on commit 7a5394f

Please sign in to comment.