From 7eca0b90e0ec49eabe5fb843e13fc2ee47ea5ace Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Wed, 14 Oct 2020 09:53:20 -0400 Subject: [PATCH] Document `macros` feature in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6d758527..725b7841 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,8 @@ sqlx = { version = "0.4.0-beta.1", default-features = false, features = [ "runti * `any`: Add support for the `Any` database driver, which can proxy to a database driver at runtime. + * `macros`: Add support for the `query*!` macros, which allow compile-time checked queries. + * `uuid`: Add support for UUID (in Postgres). * `chrono`: Add support for date and time types from `chrono`.