Skip to content

Commit

Permalink
Added another ORM option which is build on SQLx (#1591)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunjee17 authored Dec 27, 2021
1 parent f0d0f2f commit 566b666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 566b666

Please sign in to comment.