Readme
This commit is contained in:
parent
62c1cc52fb
commit
b51b1f63d8
14
README.md
14
README.md
@ -191,7 +191,19 @@ fruit::Entity::delete_many()
|
|||||||
|
|
||||||
## Who's using SeaORM?
|
## 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:
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><br><a href="https://caido.io/"><img src="https://www.sea-ql.org/SeaORM/img/other/caido-logo.png" width="250"/></a><br>A lightweight web security auditing toolkit</td>
|
||||||
|
<td><a href="https://l2.technology/sensei"><img src="https://www.sea-ql.org/SeaORM/img/other/sensei-logo.svg" width="250"/></a><br>A Bitcoin lightning node implementation</td>
|
||||||
|
<td><a href="https://www.svix.com/"><img src="https://www.sea-ql.org/SeaORM/img/other/svix-logo.svg" width="250"/></a><br>The enterprise ready webhooks service</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
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).
|
For more projects, see [Built with SeaORM](https://github.com/SeaQL/sea-orm/blob/master/COMMUNITY.md#built-with-seaorm).
|
||||||
|
|
||||||
|
14
src/lib.rs
14
src/lib.rs
@ -262,7 +262,19 @@
|
|||||||
//!
|
//!
|
||||||
//! ## Who's using SeaORM?
|
//! ## 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:
|
||||||
|
//!
|
||||||
|
//! <table>
|
||||||
|
//! <tbody>
|
||||||
|
//! <tr>
|
||||||
|
//! <td><br><a href="https://caido.io/"><img src="https://www.sea-ql.org/SeaORM/img/other/caido-logo.png" width="250"/></a><br>A lightweight web security auditing toolkit</td>
|
||||||
|
//! <td><a href="https://l2.technology/sensei"><img src="https://www.sea-ql.org/SeaORM/img/other/sensei-logo.svg" width="250"/></a><br>A Bitcoin lightning node implementation</td>
|
||||||
|
//! <td><a href="https://www.svix.com/"><img src="https://www.sea-ql.org/SeaORM/img/other/svix-logo.svg" width="250"/></a><br>The enterprise ready webhooks service</td>
|
||||||
|
//! </tr>
|
||||||
|
//! </tbody>
|
||||||
|
//! </table>
|
||||||
|
//!
|
||||||
|
//! 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).
|
//! For more projects, see [Built with SeaORM](https://github.com/SeaQL/sea-orm/blob/master/COMMUNITY.md#built-with-seaorm).
|
||||||
//!
|
//!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user