diff --git a/website/src/data/showcase/Seaography.png b/website/src/data/showcase/Seaography.png new file mode 100644 index 0000000000..ad3fbfc615 Binary files /dev/null and b/website/src/data/showcase/Seaography.png differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index 2ab1515e47..e5e4a8db01 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -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'], }, {