This commit is contained in:
Chris Tsang 2021-07-01 21:19:42 +08:00
parent e40455e771
commit fe4297d233
2 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ Inspired by ActiveRecord, Eloquent and TypeORM, SeaORM aims to provide you an in
API to make working with databases in Rust a first-class experience.
```rust
This is an early WIP of SeaORM, and is not yet released.
This is a preview of SeaORM, and is not yet released.
```
## Features
@ -29,7 +29,7 @@ Relying on SQLx, SeaORM is a new library with async support from day 1.
2. Dynamic
Built upon SeaQuery, a dynamic query builder, SeaORM allows you to build complex queries without 'fighting the ORM'.
Under the hood, SeaQuery allows you to build complex, dynamic queries without 'fighting the ORM'.
3. Testable

View File

@ -18,7 +18,7 @@
//! API to make working with databases in Rust a first-class experience.
//!
//! ```ignore
//! This is an early WIP of SeaORM, and is not yet released.
//! This is a preview of SeaORM, and is not yet released.
//! ```
//!
//! ## Features
@ -29,7 +29,7 @@
//!
//! 2. Dynamic
//!
//! Built upon SeaQuery, a dynamic query builder, SeaORM allows you to build complex queries without 'fighting the ORM'.
//! Under the hood, SeaQuery allows you to build complex, dynamic queries without 'fighting the ORM'.
//!
//! 3. Testable
//!