Skip to content

Commit

Permalink
docs(v2): Add MikroORM site to showcase page (#4224)
Browse files Browse the repository at this point in the history
* add MikroORM to users.js

* add MikroORM screenshot
  • Loading branch information
B4nan authored Feb 15, 2021
1 parent 11c2426 commit f8044d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added website/src/data/showcase/mikro-orm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions website/src/data/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,15 @@ const users = [
fbOpenSource: false,
pinned: false,
},
{
title: 'MikroORM',
description: 'TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns.',
preview: require('./showcase/mikro-orm.png'),
website: 'https://mikro-orm.io',
source: 'https://github.com/mikro-orm/mikro-orm',
fbOpenSource: false,
pinned: false,
},
{
title: 'Motion Layout',
description:
Expand Down

0 comments on commit f8044d7

Please sign in to comment.