mirror of
https://github.com/isar/rusqlite.git
synced 2025-08-23 23:04:29 +08:00
Update README to point to github pages docs
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user