From edb5ffbe77e7548e964d44ed18a77d886a0a1a6a Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Fri, 27 Mar 2020 17:31:59 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a1ec4f6..9d431913 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ 🧰 The Rust SQL Toolkit +
An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.