Skip to content

Commit c7ef05c

Browse files
authored
blog: minor updates (#521)
* blog: prisma alternative * update * update * update * update * update
1 parent 03bdf08 commit c7ef05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/prisma-alternative/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image: ./cover.png
1111

1212
![Cover Image](cover.png)
1313

14-
[Prisma](https://www.prisma.io/) won the hearts of many developers with its excellent developer experience - the elegant schema language, the intuitive query API, and the unmatched type-safety. However, as time went by, its focus shifted, and innovation in the ORM space slowed down considerably. Many successful OSS projects indeed struggle to meet the ever-growing demands, but you'll be surprised to find that many seemingly fundamental features that have been requested for years are still missing today, such as:
14+
[Prisma](https://www.prisma.io/) won the hearts of many TypeScript developers with its excellent developer experience - the elegant schema language, the intuitive query API, and the unmatched type-safety. However, as time went by, its focus shifted, and innovation in the ORM space slowed down considerably. Many successful OSS projects indeed struggle to meet the ever-growing demands, but you'll be surprised to find that many seemingly fundamental features that have been requested for years are still missing today, such as:
1515

1616
- [Define type of content of Json field #3219](https://github.com/prisma/prisma/issues/3219)
1717
- [Support for Polymorphic Associations #1644](https://github.com/prisma/prisma/issues/1644)

0 commit comments

Comments
 (0)