From ea537ceea22236b2e27085a4cf241b9de18b6db0 Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Thu, 10 Mar 2022 12:30:02 -0800 Subject: [PATCH] Add comment on `rust-postgres` to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7b15caf..35c5f53 100644 --- a/README.md +++ b/README.md @@ -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: