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">
|
<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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user