doc: link to Ecosystem wiki page in README

This commit is contained in:
Austin Bonander 2024-08-13 14:09:19 -07:00 committed by GitHub
parent fac53b05a4
commit 6f2905695b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,6 +40,10 @@
<a href="https://docs.rs/sqlx"> <a href="https://docs.rs/sqlx">
Docs Docs
</a> </a>
<span> | </span>
<a href="https://github.com/launchbadge/sqlx/wiki/Ecosystem">
Ecosystem
</a>
</h4> </h4>
</div> </div>
@ -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 - 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 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 **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)!
of SQLx.
[`ormx`]: https://crates.io/crates/ormx [`ormx`]: https://crates.io/crates/ormx
[`SeaORM`]: https://github.com/SeaQL/sea-orm [`SeaORM`]: https://github.com/SeaQL/sea-orm