mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-06 19:42:19 +08:00
Add link to rust-ci docs
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
[](https://travis-ci.org/jgallagher/rusqlite)
|
[](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;
|
||||||
|
Reference in New Issue
Block a user