This commit is contained in:
Chris Tsang 2021-08-20 22:47:15 +08:00
parent a5a4535e14
commit 514e12a335
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,7 @@
# Design Goals # Design Goals
We are heavily inspired by ActiveRecord, Eloquent and TypeORM.
1. Intuitive and ergonomic 1. Intuitive and ergonomic
API should state the intention clearly. Provide syntax sugar for common things. API should state the intention clearly. Provide syntax sugar for common things.

View File

@ -18,8 +18,7 @@
# SeaORM # SeaORM
Inspired by ActiveRecord, Eloquent and TypeORM, SeaORM aims to provide you an intuitive and ergonomic SeaORM is a relational ORM to help you build light weight and concurrent web services in Rust.
API to make working with databases in Rust a first-class experience.
```markdown ```markdown
This is an early release of SeaORM, the API is not stable yet. This is an early release of SeaORM, the API is not stable yet.

View File

@ -18,8 +18,7 @@
//! //!
//! # SeaORM //! # SeaORM
//! //!
//! Inspired by ActiveRecord, Eloquent and TypeORM, SeaORM aims to provide you an intuitive and ergonomic //! SeaORM is a relational ORM to help you build light weight and concurrent web services in Rust.
//! API to make working with databases in Rust a first-class experience.
//! //!
//! ```markdown //! ```markdown
//! This is an early release of SeaORM, the API is not stable yet. //! This is an early release of SeaORM, the API is not stable yet.