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">
Docs
</a>
<span> | </span>
<a href="https://github.com/launchbadge/sqlx/wiki/Ecosystem">
Ecosystem
</a>
</h4>
</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
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