mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
doc: link to Ecosystem wiki page in README
This commit is contained in:
parent
fac53b05a4
commit
6f2905695b
1 changed files with 5 additions and 2 deletions
|
@ -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…
Reference in a new issue