Add comment on rust-postgres to README.md

This commit is contained in:
Thom Chiovoloni 2022-03-10 12:30:02 -08:00
parent 3b3382a5d3
commit ea537ceea2

View File

@ -10,6 +10,8 @@
Rusqlite is an ergonomic wrapper for using SQLite from Rust.
Historically, the API was based on the one from [`rust-postgres`](https://github.com/sfackler/rust-postgres). However, the two have diverged in many ways, and no compatibility between the two is intended.
## Usage
In your Cargo.toml: