Readme
This commit is contained in:
parent
af3632de11
commit
d952a3e42a
16
README.md
16
README.md
@ -10,20 +10,22 @@
|
||||
[](https://docs.rs/sea-orm)
|
||||
[](https://github.com/SeaQL/sea-orm/actions/workflows/rust.yml)
|
||||
|
||||
<sub>Built with 🔥 by 🌊🦀🐚</sub>
|
||||
|
||||
</div>
|
||||
|
||||
# SeaORM
|
||||
|
||||
#### SeaORM is a relational ORM to help you build web services in Rust with the familiarity of dynamic languages.
|
||||
|
||||
[](https://www.sea-ql.org/SeaORM/docs/index)
|
||||
[](https://github.com/SeaQL/sea-orm/tree/master/examples/basic)
|
||||
[](https://github.com/SeaQL/sea-orm/tree/master/examples/rocket_example)
|
||||
[](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example)
|
||||
[](https://github.com/SeaQL/sea-orm/tree/master/examples/axum_example)
|
||||
## Getting Started
|
||||
|
||||
[](https://discord.com/invite/uCPdDXzbdv)
|
||||
Join our Discord server to interactive with others in the SeaQL community!
|
||||
|
||||
+ [Getting Started](https://www.sea-ql.org/SeaORM/docs/index)
|
||||
+ [Usage Example](https://github.com/SeaQL/sea-orm/tree/master/examples/basic)
|
||||
+ [Rocket Example](https://github.com/SeaQL/sea-orm/tree/master/examples/rocket_example)
|
||||
+ [Actix Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example)
|
||||
+ [Axum Example](https://github.com/SeaQL/sea-orm/tree/master/examples/axum_example)
|
||||
|
||||
## Features
|
||||
|
||||
|
16
src/lib.rs
16
src/lib.rs
@ -18,20 +18,22 @@
|
||||
//! [](https://docs.rs/sea-orm)
|
||||
//! [](https://github.com/SeaQL/sea-orm/actions/workflows/rust.yml)
|
||||
//!
|
||||
//! <sub>Built with 🔥 by 🌊🦀🐚</sub>
|
||||
//!
|
||||
//! </div>
|
||||
//!
|
||||
//! # SeaORM
|
||||
//!
|
||||
//! #### SeaORM is a relational ORM to help you build web services in Rust with the familiarity of dynamic languages.
|
||||
//!
|
||||
//! [](https://www.sea-ql.org/SeaORM/docs/index)
|
||||
//! [](https://github.com/SeaQL/sea-orm/tree/master/examples/basic)
|
||||
//! [](https://github.com/SeaQL/sea-orm/tree/master/examples/rocket_example)
|
||||
//! [](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example)
|
||||
//! [](https://github.com/SeaQL/sea-orm/tree/master/examples/axum_example)
|
||||
//! ## Getting Started
|
||||
//!
|
||||
//! [](https://discord.com/invite/uCPdDXzbdv)
|
||||
//! Join our Discord server to interactive with others in the SeaQL community!
|
||||
//!
|
||||
//! + [Getting Started](https://www.sea-ql.org/SeaORM/docs/index)
|
||||
//! + [Usage Example](https://github.com/SeaQL/sea-orm/tree/master/examples/basic)
|
||||
//! + [Rocket Example](https://github.com/SeaQL/sea-orm/tree/master/examples/rocket_example)
|
||||
//! + [Actix Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example)
|
||||
//! + [Axum Example](https://github.com/SeaQL/sea-orm/tree/master/examples/axum_example)
|
||||
//!
|
||||
//! ## Features
|
||||
//!
|
||||
|
Loading…
x
Reference in New Issue
Block a user