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