From c5157c950d0758eab629d78246033ff42b1af7cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E7=BF=B1=E7=BF=94?= Date: Thu, 30 Jul 2020 11:57:18 +0800 Subject: [PATCH] Add decimal feature to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 340d2f8f..6d758527 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,8 @@ sqlx = { version = "0.4.0-beta.1", default-features = false, features = [ "runti * `bigdecimal`: Add support for `NUMERIC` using the `bigdecimal` crate. + * `decimal`: Add support for `NUMERIC` using the `rust_decimal` crate. + * `ipnetwork`: Add support for `INET` and `CIDR` (in postgres) using the `ipnetwork` crate. * `json`: Add support for `JSON` and `JSONB` (in postgres) using the `serde_json` crate.