mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 00:09:48 +02:00
docs: add SeaORM docs to showcase (#6943)
* Add SeaORM docs to showcase * minor tweak Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
19942f990a
commit
92fcc0ddc5
2 changed files with 9 additions and 0 deletions
BIN
website/src/data/showcase/SeaORM.png
Normal file
BIN
website/src/data/showcase/SeaORM.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
|
@ -778,6 +778,15 @@ const Users: User[] = [
|
|||
source: null,
|
||||
tags: ['product'],
|
||||
},
|
||||
{
|
||||
title: 'SeaORM - 🐚 An async & dynamic ORM for Rust',
|
||||
description:
|
||||
'SeaORM is a relational ORM to help you build web services in Rust with the familiarity of dynamic languages.',
|
||||
preview: require('./showcase/SeaORM.png'),
|
||||
website: 'https://www.sea-ql.org/SeaORM/',
|
||||
source: 'https://github.com/SeaQL/seaql.github.io',
|
||||
tags: ['opensource', 'versioning'],
|
||||
},
|
||||
{
|
||||
title: 'Ionic',
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue