From 28b82fa6ed3f26d9e1c7a8726c745236293cc926 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Fri, 7 May 2021 03:37:22 +0800 Subject: [PATCH] Readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d28b139..7b35f3ab 100644 --- a/README.md +++ b/README.md @@ -10,21 +10,23 @@ -# SeaORM - The Document ORM for Rust +# SeaORM - An [adjective] ORM for Rust ## Features 1. Async + SeaORM is new to the party and rely on SQLx, so async support is not an afterthought. - 2. Progressive + Built upon SeaQuery (a dynamic query builder), SeaORM allows you to build complex queries without 'fighting the ORM'. 3. Testable + Use mock connection to write unit tests for your logic. - 4. API oriented + Quickly build search models that help you filter, sort and paginate data in APIs.