This commit is contained in:
Chris Tsang 2021-06-22 02:47:26 +08:00
parent ad3fb45253
commit a60c2da701
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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.