Update Readme
This commit is contained in:
parent
6e94335a69
commit
72e9a140e3
18
README.md
18
README.md
@ -16,20 +16,17 @@
|
||||
|
||||
#### SeaORM is a relational ORM to help you build web services in Rust with the familiarity of dynamic languages.
|
||||
|
||||
## Getting Started
|
||||
|
||||
[](https://github.com/SeaQL/sea-orm/stargazers/)
|
||||
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)
|
||||
+ [Tutorial](https://www.sea-ql.org/sea-orm-tutorial)
|
||||
+ [Cookbook](https://www.sea-ql.org/sea-orm-cookbook)
|
||||
|
||||
[](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:
|
||||
|
||||
+ [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)
|
||||
+ [Seaography Example](https://github.com/SeaQL/sea-orm/tree/master/examples/seaography_example)
|
||||
|
||||
## Support
|
||||
|
||||
[](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
|
||||
|
||||
1. Async
|
||||
|
18
src/lib.rs
18
src/lib.rs
@ -26,20 +26,17 @@
|
||||
//!
|
||||
//! #### SeaORM is a relational ORM to help you build web services in Rust with the familiarity of dynamic languages.
|
||||
//!
|
||||
//! ## Getting Started
|
||||
//!
|
||||
//! [](https://github.com/SeaQL/sea-orm/stargazers/)
|
||||
//! 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)
|
||||
//! + [Tutorial](https://www.sea-ql.org/sea-orm-tutorial)
|
||||
//! + [Cookbook](https://www.sea-ql.org/sea-orm-cookbook)
|
||||
//!
|
||||
//! [](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:
|
||||
//!
|
||||
//! + [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)
|
||||
//! + [Seaography Example](https://github.com/SeaQL/sea-orm/tree/master/examples/seaography_example)
|
||||
//!
|
||||
//! ## Support
|
||||
//!
|
||||
//! [](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
|
||||
//!
|
||||
//! 1. Async
|
||||
|
Loading…
x
Reference in New Issue
Block a user