mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 15:25:32 +00:00
doc: link to Ecosystem wiki page in README
This commit is contained in:
parent
fac53b05a4
commit
6f2905695b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user