This commit is contained in:
Chris Tsang 2021-08-08 16:33:43 +08:00
parent c1ac7baae9
commit 2e9c19dc97
3 changed files with 17 additions and 1 deletions

View File

@ -25,6 +25,14 @@ API to make working with databases in Rust a first-class experience.
This is an early release of SeaORM, the API is not stable yet.
```
<div align="center">
[![Getting Started](https://img.shields.io/badge/Getting%20Started-blue)](https://www.sea-ql.org/SeaORM/docs/index)
[![Getting Started](https://img.shields.io/badge/Examples-orange)](https://github.com/SeaQL/sea-orm/tree/master/examples/sqlx)
[![Getting Started](https://img.shields.io/badge/Starter%20Kit-green)](https://github.com/SeaQL/sea-orm/issues/37)
</div>
## Features
1. Async

View File

@ -1,4 +1,4 @@
# SeaORM SQLx MySql example
# SeaORM SQLx example
Prepare:

View File

@ -25,6 +25,14 @@
//! This is an early release of SeaORM, the API is not stable yet.
//! ```
//!
//! <div align="center">
//!
//! [![Getting Started](https://img.shields.io/badge/Getting%20Started-blue)](https://www.sea-ql.org/SeaORM/docs/index)
//! [![Getting Started](https://img.shields.io/badge/Examples-orange)](https://github.com/SeaQL/sea-orm/tree/master/examples/sqlx)
//! [![Getting Started](https://img.shields.io/badge/Starter%20Kit-green)](https://github.com/SeaQL/sea-orm/issues/37)
//!
//! </div>
//!
//! ## Features
//!
//! 1. Async