mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Update README to point to github pages docs
This commit is contained in:
parent
b393348ab0
commit
dcdb88e374
@ -4,7 +4,7 @@
|
||||
|
||||
Rusqlite is an ergonomic wrapper for using SQLite from Rust. It attempts to expose
|
||||
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/).
|
||||
[API documentation](http://jgallagher.github.io/rusqlite/rusqlite/index.html).
|
||||
|
||||
```rust
|
||||
extern crate rusqlite;
|
||||
|
Loading…
Reference in New Issue
Block a user