This commit is contained in:
Chris Tsang 2021-06-23 23:13:22 +08:00
parent 54bc3f2645
commit f3e30de7b0

View File

@ -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