Readme
This commit is contained in:
parent
a5a4535e14
commit
514e12a335
@ -1,5 +1,7 @@
|
||||
# Design Goals
|
||||
|
||||
We are heavily inspired by ActiveRecord, Eloquent and TypeORM.
|
||||
|
||||
1. Intuitive and ergonomic
|
||||
|
||||
API should state the intention clearly. Provide syntax sugar for common things.
|
||||
|
@ -18,8 +18,7 @@
|
||||
|
||||
# SeaORM
|
||||
|
||||
Inspired by ActiveRecord, Eloquent and TypeORM, SeaORM aims to provide you an intuitive and ergonomic
|
||||
API to make working with databases in Rust a first-class experience.
|
||||
SeaORM is a relational ORM to help you build light weight and concurrent web services in Rust.
|
||||
|
||||
```markdown
|
||||
This is an early release of SeaORM, the API is not stable yet.
|
||||
|
@ -18,8 +18,7 @@
|
||||
//!
|
||||
//! # SeaORM
|
||||
//!
|
||||
//! Inspired by ActiveRecord, Eloquent and TypeORM, SeaORM aims to provide you an intuitive and ergonomic
|
||||
//! API to make working with databases in Rust a first-class experience.
|
||||
//! SeaORM is a relational ORM to help you build light weight and concurrent web services in Rust.
|
||||
//!
|
||||
//! ```markdown
|
||||
//! This is an early release of SeaORM, the API is not stable yet.
|
||||
|
Loading…
x
Reference in New Issue
Block a user