Add link to rust-ci docs

This commit is contained in:
John Gallagher 2014-11-04 15:36:04 -05:00
parent 79ca9ea4a4
commit 18eb318753

View File

@ -3,7 +3,8 @@
[![Build Status](https://api.travis-ci.org/jgallagher/rusqlite.svg?branch=master)](https://travis-ci.org/jgallagher/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 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). an interface similar to [rust-postgres](https://github.com/sfackler/rust-postgres). View the full
[API documentation](http://www.rust-ci.org/jgallagher/rusqlite/doc/rusqlite/).
```rust ```rust
extern crate rusqlite; extern crate rusqlite;