Update Readme

This commit is contained in:
Chris Tsang 2023-10-19 19:24:51 +01:00
parent 6e94335a69
commit 72e9a140e3
2 changed files with 22 additions and 14 deletions

View File

@ -16,20 +16,17 @@
#### SeaORM is a relational ORM to help you build web services in Rust with the familiarity of dynamic languages. #### SeaORM is a relational ORM to help you build web services in Rust with the familiarity of dynamic languages.
## Getting Started
[![GitHub stars](https://img.shields.io/github/stars/SeaQL/sea-orm.svg?style=social&label=Star&maxAge=1)](https://github.com/SeaQL/sea-orm/stargazers/) [![GitHub stars](https://img.shields.io/github/stars/SeaQL/sea-orm.svg?style=social&label=Star&maxAge=1)](https://github.com/SeaQL/sea-orm/stargazers/)
If you like what we do, consider starring, sharing and contributing! If you like what we do, consider starring, sharing and contributing!
Please help us with maintaining SeaORM by completing the [SeaQL Community Survey 2023](https://sea-ql.org/community-survey)!
## Getting Started
+ [Documentation](https://www.sea-ql.org/SeaORM) + [Documentation](https://www.sea-ql.org/SeaORM)
+ [Tutorial](https://www.sea-ql.org/sea-orm-tutorial) + [Tutorial](https://www.sea-ql.org/sea-orm-tutorial)
+ [Cookbook](https://www.sea-ql.org/sea-orm-cookbook) + [Cookbook](https://www.sea-ql.org/sea-orm-cookbook)
[![Discord](https://img.shields.io/discord/873880840487206962?label=Discord)](https://discord.com/invite/uCPdDXzbdv)
Join our Discord server to chat with others in the SeaQL community!
Please help us with maintaining SeaORM by completing the [SeaQL Community Survey 2023](https://sea-ql.org/community-survey)!
Integration examples: Integration examples:
+ [Actix v4 Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example) + [Actix v4 Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example)
@ -43,6 +40,13 @@ Integration examples:
+ [Tonic Example](https://github.com/SeaQL/sea-orm/tree/master/examples/tonic_example) + [Tonic Example](https://github.com/SeaQL/sea-orm/tree/master/examples/tonic_example)
+ [Seaography Example](https://github.com/SeaQL/sea-orm/tree/master/examples/seaography_example) + [Seaography Example](https://github.com/SeaQL/sea-orm/tree/master/examples/seaography_example)
## Support
[![Discord](https://img.shields.io/discord/873880840487206962?label=Discord)](https://discord.com/invite/uCPdDXzbdv)
Join our Discord server to chat with others in the SeaQL community!
Professional support on Rust programming and best practices is available. You can email us for a quote!
## Features ## Features
1. Async 1. Async

View File

@ -26,20 +26,17 @@
//! //!
//! #### SeaORM is a relational ORM to help you build web services in Rust with the familiarity of dynamic languages. //! #### SeaORM is a relational ORM to help you build web services in Rust with the familiarity of dynamic languages.
//! //!
//! ## Getting Started
//!
//! [![GitHub stars](https://img.shields.io/github/stars/SeaQL/sea-orm.svg?style=social&label=Star&maxAge=1)](https://github.com/SeaQL/sea-orm/stargazers/) //! [![GitHub stars](https://img.shields.io/github/stars/SeaQL/sea-orm.svg?style=social&label=Star&maxAge=1)](https://github.com/SeaQL/sea-orm/stargazers/)
//! If you like what we do, consider starring, sharing and contributing! //! If you like what we do, consider starring, sharing and contributing!
//! //!
//! Please help us with maintaining SeaORM by completing the [SeaQL Community Survey 2023](https://sea-ql.org/community-survey)!
//!
//! ## Getting Started
//!
//! + [Documentation](https://www.sea-ql.org/SeaORM) //! + [Documentation](https://www.sea-ql.org/SeaORM)
//! + [Tutorial](https://www.sea-ql.org/sea-orm-tutorial) //! + [Tutorial](https://www.sea-ql.org/sea-orm-tutorial)
//! + [Cookbook](https://www.sea-ql.org/sea-orm-cookbook) //! + [Cookbook](https://www.sea-ql.org/sea-orm-cookbook)
//! //!
//! [![Discord](https://img.shields.io/discord/873880840487206962?label=Discord)](https://discord.com/invite/uCPdDXzbdv)
//! Join our Discord server to chat with others in the SeaQL community!
//!
//! Please help us with maintaining SeaORM by completing the [SeaQL Community Survey 2023](https://sea-ql.org/community-survey)!
//!
//! Integration examples: //! Integration examples:
//! //!
//! + [Actix v4 Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example) //! + [Actix v4 Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example)
@ -53,6 +50,13 @@
//! + [Tonic Example](https://github.com/SeaQL/sea-orm/tree/master/examples/tonic_example) //! + [Tonic Example](https://github.com/SeaQL/sea-orm/tree/master/examples/tonic_example)
//! + [Seaography Example](https://github.com/SeaQL/sea-orm/tree/master/examples/seaography_example) //! + [Seaography Example](https://github.com/SeaQL/sea-orm/tree/master/examples/seaography_example)
//! //!
//! ## Support
//!
//! [![Discord](https://img.shields.io/discord/873880840487206962?label=Discord)](https://discord.com/invite/uCPdDXzbdv)
//! Join our Discord server to chat with others in the SeaQL community!
//!
//! Professional support on Rust programming and best practices is available. You can email us for a quote!
//!
//! ## Features //! ## Features
//! //!
//! 1. Async //! 1. Async