From 6f2905695b9606b5f51b40ce10af63ac9e696bb8 Mon Sep 17 00:00:00 2001 From: Austin Bonander Date: Tue, 13 Aug 2024 14:09:19 -0700 Subject: [PATCH] doc: link to Ecosystem wiki page in README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6af1ffa01..e779aacb84 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,10 @@ Docs + | + + Ecosystem + @@ -218,8 +222,7 @@ some info on) your SQL queries. This has some potentially surprising implication - Due to the different amount of information databases let you retrieve about queries, the extent of SQL verification you get from the query macros depends on the database -**If you are looking for an (asynchronous) ORM,** you can check out [`ormx`] or [`SeaORM`], which is built on top -of SQLx. +**If you are looking for an (asynchronous) ORM,** you can check out our new [Ecosystem wiki page](https://github.com/launchbadge/sqlx/wiki/Ecosystem#orms)! [`ormx`]: https://crates.io/crates/ormx [`SeaORM`]: https://github.com/SeaQL/sea-orm