docs(showcase): add SeaQL sites to showcase (#8107)

This commit is contained in:
Billy Chan 2022-09-28 20:18:04 +08:00 committed by GitHub
parent f7c3af9102
commit e34371ce2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 KiB

View File

@ -1912,13 +1912,22 @@ const Users: User[] = [
source: 'https://github.com/sciwp/docs',
tags: ['opensource'],
},
{
title: 'Seaography - 🧭 A GraphQL framework and code generator for SeaORM',
description:
'Seaography is a GraphQL framework for building GraphQL resolvers using SeaORM entities.',
preview: require('./showcase/Seaography.png'),
website: 'https://www.sea-ql.org/Seaography/',
source: 'https://github.com/SeaQL/seaql.github.io/tree/master/Seaography',
tags: ['opensource'],
},
{
title: 'SeaORM - 🐚 An async & dynamic ORM for Rust',
description:
'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',
source: 'https://github.com/SeaQL/seaql.github.io/tree/master/SeaORM',
tags: ['opensource', 'versioning'],
},
{