Update COMMUNITY.md

Shout out to @bkonkle for the great article
This commit is contained in:
Billy Chan 2022-09-05 15:33:02 +08:00 committed by GitHub
parent 5d785ca908
commit d532deb636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,4 +54,12 @@ If you have built an app using SeaORM and want to showcase it, feel free to open
- [lldap](https://github.com/nitnelave/lldap) ![GitHub stars](https://img.shields.io/github/stars/nitnelave/lldap.svg?style=social) | Light LDAP implementation for authentication
- [nitro_repo](https://github.com/wyatt-herkamp/nitro_repo) | An OpenSource, lightweight, and fast artifact manager.
- [MoonRamp](https://github.com/MoonRamp/MoonRamp) | A free and open source crypto payment gateway
- [url_shortener](https://github.com/michidk/url_shortener) | A simple self-hosted URL shortener written in Rust
- [url_shortener](https://github.com/michidk/url_shortener) | A simple self-hosted URL shortener written in Rust
## Learning Resources
If you have article, tutorial, podcast or video reated to SeaORM and want to share it with the community, feel free to submit a PR and add it to the list below!
### Tutorials
- Async GraphQL with Rust: [Part 1](https://konkle.us/async-graphql-rust-1-introduction/), [Part 2](https://konkle.us/async-graphql-with-rust-part-two/), [Part 3](https://konkle.us/async-graphql-with-rust-part-three/) by [Brandon Konkle](https://github.com/bkonkle)