Skip to content

Commit

Permalink
Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Nov 8, 2021
1 parent e1c12c5 commit 9413221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SeaORM/docs/01-introduction/03-sea-orm.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ These attributes and their values are grouped in a Rust struct so that you can m

However, `Model` is for read operations only. To perform insert, update or delete, you need to use an [`ActiveModel`](/docs/generate-entity/entity-structure#active-model) which attaches meta-data on each attribute.

Finally, there is no singleton (global context) in SeaORM. Application code is responsible for managing the ownership of the [`DatabaseConnection`](/docs/install-and-config/connection). We do provide integration examples for web frameworks including [Rocket](https://github.com/SeaQL/sea-orm/tree/master/examples/rocket_example), [Actix](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example) and [axum](https://github.com/SeaQL/sea-orm/tree/master/examples/axum_example).
Finally, there is no singleton (global context) in SeaORM. Application code is responsible for managing the ownership of the [`DatabaseConnection`](/docs/install-and-config/connection). We do provide integration examples for web frameworks including [Rocket](https://github.com/SeaQL/sea-orm/tree/master/examples/rocket_example), [Actix](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example) and [axum](https://github.com/SeaQL/sea-orm/tree/master/examples/axum_example) to help you get started quickly.

0 comments on commit 9413221

Please sign in to comment.