From 2e9c19dc97f2d93c766ccc0411e48ff81565c78b Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 8 Aug 2021 16:33:43 +0800 Subject: [PATCH] Readme --- README.md | 8 ++++++++ examples/sqlx/Readme.md | 2 +- src/lib.rs | 8 ++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d07af56f..3ced0629 100644 --- a/README.md +++ b/README.md @@ -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. ``` +
+ + [![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) + +
+ ## Features 1. Async diff --git a/examples/sqlx/Readme.md b/examples/sqlx/Readme.md index 98a14ada..d1a55c88 100644 --- a/examples/sqlx/Readme.md +++ b/examples/sqlx/Readme.md @@ -1,4 +1,4 @@ -# SeaORM SQLx MySql example +# SeaORM SQLx example Prepare: diff --git a/src/lib.rs b/src/lib.rs index 4f4229da..54ed5dc9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -25,6 +25,14 @@ //! This is an early release of SeaORM, the API is not stable yet. //! ``` //! +//!
+//! +//! [![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) +//! +//!
+//! //! ## Features //! //! 1. Async