Links to cookbook

This commit is contained in:
Billy Chan 2022-10-13 21:24:17 +08:00
parent 1c2d19a634
commit 0ca62ba145
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ Join our Discord server to chat with others in the SeaQL community!
+ [Getting Started](https://www.sea-ql.org/SeaORM/docs/index)
+ [Step-by-step Tutorials](https://www.sea-ql.org/sea-orm-tutorial/)
+ [Cookbook](https://www.sea-ql.org/sea-orm-cookbook/)
+ [Usage Example](https://github.com/SeaQL/sea-orm/tree/master/examples/basic)
Integration examples

View File

@ -34,6 +34,7 @@
//!
//! + [Getting Started](https://www.sea-ql.org/SeaORM/docs/index)
//! + [Step-by-step Tutorials](https://www.sea-ql.org/sea-orm-tutorial/)
//! + [Cookbook](https://www.sea-ql.org/sea-orm-cookbook/)
//! + [Usage Example](https://github.com/SeaQL/sea-orm/tree/master/examples/basic)
//!
//! Integration examples