Skip to content

Commit

Permalink
doc: link to Ecosystem wiki page in README
Browse files Browse the repository at this point in the history
  • Loading branch information
abonander authored Aug 13, 2024
1 parent fac53b0 commit 6f29056
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6f29056

Please sign in to comment.