From e61c3bae30ed5a5f25882788baeb91c525f6dfdf Mon Sep 17 00:00:00 2001 From: ZihanType <47711605+ZihanType@users.noreply.github.com> Date: Wed, 5 Apr 2023 21:17:48 +0800 Subject: [PATCH] Add sea-orm-adapter to COMMUNITY.md (#1580) --- COMMUNITY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/COMMUNITY.md b/COMMUNITY.md index c8100356..06678508 100644 --- a/COMMUNITY.md +++ b/COMMUNITY.md @@ -89,6 +89,7 @@ If you have built an app using SeaORM and want to showcase it, feel free to open - [logic-lock](https://github.com/nappa85/logic-lock) | MySQL logic locks implemented over sea-orm | DB: MySQL - [symbols](https://github.com/nappa85/symbols) | A proc-macro utility to populates enum variants with primary keys values - [template_flow](https://github.com/hilary888/template_flow) | An experiment exploring replacing placeholders in pre-prepared templates with their actual values | DB: Postgres +- [sea-orm-adapter](https://github.com/ZihanType/sea-orm-adapter) | Sea ORM adapter for casbin-rs | DB: MySQL, Postgres, SQLite ### Frameworks