From b51b1f63d8a02c7e331cfa2ca8c32cdb3f0d91b6 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Fri, 13 May 2022 00:33:07 +0800 Subject: [PATCH] Readme --- README.md | 14 +++++++++++++- src/lib.rs | 18 +++++++++++++++--- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c6cbd30ca..9064cc39c 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,19 @@ fruit::Entity::delete_many() ## Who's using SeaORM? -SeaORM is the foundation of [StarfishQL](https://github.com/SeaQL/starfish-ql), an experimental graph database and query engine. +The following products are powered by SeaORM: + + + + + + + + + +


A lightweight web security auditing toolkit

A Bitcoin lightning node implementation

The enterprise ready webhooks service
+ +SeaORM is the foundation of [StarfishQL](https://github.com/SeaQL/starfish-ql), an experimental graph database and query engine developed by SeaQL. For more projects, see [Built with SeaORM](https://github.com/SeaQL/sea-orm/blob/master/COMMUNITY.md#built-with-seaorm). diff --git a/src/lib.rs b/src/lib.rs index 0668c7e62..36b392c6c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -261,9 +261,21 @@ //! 1. [Change Log](https://github.com/SeaQL/sea-orm/tree/master/CHANGELOG.md) //! //! ## Who's using SeaORM? -//! -//! SeaORM is the foundation of [StarfishQL](https://github.com/SeaQL/starfish-ql), an experimental graph database and query engine. -//! +//! +//! The following products are powered by SeaORM: +//! +//! +//! +//! +//! +//! +//! +//! +//! +//!


A lightweight web security auditing toolkit

A Bitcoin lightning node implementation

The enterprise ready webhooks service
+//! +//! SeaORM is the foundation of [StarfishQL](https://github.com/SeaQL/starfish-ql), an experimental graph database and query engine developed by SeaQL. +//! //! For more projects, see [Built with SeaORM](https://github.com/SeaQL/sea-orm/blob/master/COMMUNITY.md#built-with-seaorm). //! //! ## License