mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-25 10:31:37 +08:00
Add link to rust-ci docs
This commit is contained in:
parent
79ca9ea4a4
commit
18eb318753
@ -3,7 +3,8 @@
|
||||
[![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).
|
||||
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
|
||||
extern crate rusqlite;
|
||||
|
Loading…
Reference in New Issue
Block a user