mirror of
https://github.com/isar/rusqlite.git
synced 2025-09-14 11:42:18 +08:00
Update doc links to docs.rs
This commit is contained in:
@@ -5,7 +5,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://jgallagher.github.io/rusqlite/rusqlite/index.html).
|
||||
[API documentation](http://docs.rs/rusqlite/).
|
||||
|
||||
```rust
|
||||
extern crate rusqlite;
|
||||
|
Reference in New Issue
Block a user