Add build status badge to README

This commit is contained in:
John Gallagher 2014-11-04 12:48:33 -05:00
parent ce53e446ba
commit fd29f09c3e

View File

@ -1,5 +1,7 @@
# Rusqlite
[![Build Status](https://api.travis-ci.org/jgallagher/rusqlite.svg?branch=master)](https://travis-ci.org/jgallagher/rusqlite)
Rusqlite is an ergonomic, semi-safe wrapper for using SQLite from Rust. It attempts to expose
an interface similar to [rust-postgres](https://github.com/sfackler/rust-postgres).