mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-06 05:42:38 +00:00
Added another ORM option which is build on SQLx (#1591)
This commit is contained in:
parent
f0d0f2f2e9
commit
566b666df6
@ -197,11 +197,11 @@ 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`], which is built on top
|
||||
**If you are looking for an (asynchronous) ORM,** you can check out [`ormx`] or [`SeaORM`], which is built on top
|
||||
of SQLx.
|
||||
|
||||
[`ormx`]: https://crates.io/crates/ormx
|
||||
|
||||
[`SeaORM`]: https://github.com/SeaQL/sea-orm
|
||||
## Usage
|
||||
|
||||
See the `examples/` folder for more in-depth usage.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user