Tag line
This commit is contained in:
parent
ad3fb45253
commit
a60c2da701
@ -13,7 +13,7 @@ name = "sea-orm"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = [ "Chris Tsang <tyt2y7@gmail.com>" ]
|
authors = [ "Chris Tsang <tyt2y7@gmail.com>" ]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "🐚 An async ORM for Rust"
|
description = "🐚 An async & dynamic ORM for Rust"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
documentation = "https://docs.rs/sea-orm"
|
documentation = "https://docs.rs/sea-orm"
|
||||||
repository = "https://github.com/SeaQL/sea-orm"
|
repository = "https://github.com/SeaQL/sea-orm"
|
||||||
|
@ -5,14 +5,14 @@
|
|||||||
<h1>SeaORM</h1>
|
<h1>SeaORM</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<strong>An async ORM for Rust</strong>
|
<strong>🐚 An async & dynamic ORM for Rust</strong>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<sub>Built with 🔥 by 🌊🦀🐚</sub>
|
<sub>Built with 🔥 by 🌊🦀🐚</sub>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
# SeaORM - An async ORM for Rust
|
# SeaORM
|
||||||
|
|
||||||
Inspired by ActiveRecord, Eloquent and TypeORM, SeaORM aims to provide you an intuitive and ergonomic
|
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.
|
API to make working with databases in Rust a first-class experience.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user