Readme
This commit is contained in:
parent
31edb2c409
commit
ac1071a778
@ -26,12 +26,16 @@ Join our Discord server to chat with others in the SeaQL community!
|
|||||||
|
|
||||||
+ [Getting Started](https://www.sea-ql.org/SeaORM/docs/index)
|
+ [Getting Started](https://www.sea-ql.org/SeaORM/docs/index)
|
||||||
+ [Usage Example](https://github.com/SeaQL/sea-orm/tree/master/examples/basic)
|
+ [Usage Example](https://github.com/SeaQL/sea-orm/tree/master/examples/basic)
|
||||||
|
|
||||||
|
Integration examples
|
||||||
|
|
||||||
+ [Rocket Example](https://github.com/SeaQL/sea-orm/tree/master/examples/rocket_example)
|
+ [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)
|
+ [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)
|
+ [Axum Example](https://github.com/SeaQL/sea-orm/tree/master/examples/axum_example)
|
||||||
+ [Poem Example](https://github.com/SeaQL/sea-orm/tree/master/examples/poem_example)
|
+ [Poem Example](https://github.com/SeaQL/sea-orm/tree/master/examples/poem_example)
|
||||||
+ [GraphQL Example](https://github.com/SeaQL/sea-orm/tree/master/examples/graphql_example)
|
+ [GraphQL Example](https://github.com/SeaQL/sea-orm/tree/master/examples/graphql_example)
|
||||||
+ [jsonrpsee Example](https://github.com/SeaQL/sea-orm/tree/master/examples/jsonrpsee_example)
|
+ [jsonrpsee Example](https://github.com/SeaQL/sea-orm/tree/master/examples/jsonrpsee_example)
|
||||||
|
+ [Tonic Example](https://github.com/SeaQL/sea-orm/tree/master/examples/tonic_example)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
@ -35,12 +35,15 @@
|
|||||||
//! + [Getting Started](https://www.sea-ql.org/SeaORM/docs/index)
|
//! + [Getting Started](https://www.sea-ql.org/SeaORM/docs/index)
|
||||||
//! + [Usage Example](https://github.com/SeaQL/sea-orm/tree/master/examples/basic)
|
//! + [Usage Example](https://github.com/SeaQL/sea-orm/tree/master/examples/basic)
|
||||||
//!
|
//!
|
||||||
|
//! Integration examples
|
||||||
|
//!
|
||||||
//! + [Rocket Example](https://github.com/SeaQL/sea-orm/tree/master/examples/rocket_example)
|
//! + [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)
|
//! + [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)
|
//! + [Axum Example](https://github.com/SeaQL/sea-orm/tree/master/examples/axum_example)
|
||||||
//! + [Poem Example](https://github.com/SeaQL/sea-orm/tree/master/examples/poem_example)
|
//! + [Poem Example](https://github.com/SeaQL/sea-orm/tree/master/examples/poem_example)
|
||||||
//! + [GraphQL Example](https://github.com/SeaQL/sea-orm/tree/master/examples/graphql_example)
|
//! + [GraphQL Example](https://github.com/SeaQL/sea-orm/tree/master/examples/graphql_example)
|
||||||
//! + [jsonrpsee Example](https://github.com/SeaQL/sea-orm/tree/master/examples/jsonrpsee_example)
|
//! + [jsonrpsee Example](https://github.com/SeaQL/sea-orm/tree/master/examples/jsonrpsee_example)
|
||||||
|
//! + [Tonic Example](https://github.com/SeaQL/sea-orm/tree/master/examples/tonic_example)
|
||||||
//!
|
//!
|
||||||
//! ## Features
|
//! ## Features
|
||||||
//!
|
//!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user