From f3e30de7b0f284659fdd91298ee9142aef469399 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Wed, 23 Jun 2021 23:13:22 +0800 Subject: [PATCH] Diesel --- Diesel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Diesel.md b/Diesel.md index 88ba528c..d0680179 100644 --- a/Diesel.md +++ b/Diesel.md @@ -24,9 +24,9 @@ Both libraries make heavy use of traits and generics, but SeaORM generate less t You don't have to use macros when using SeaORM. We provide some derive macros for convenience, but they are entirely optional. -## Tooling +## Schema Builder -While in the Diesel ecosystem there are awesome libraries like barrel, SeaORM bundle and maintain the tooling for schema management. That means a familiar API and a more unified experience. +While in the Diesel ecosystem there are awesome libraries like barrel, SeaQL maintain the tooling for schema building. That means a familiar API and a more unified experience. ## Similarities