Skip to content

Commit f190ff8

Browse files
committed
📘 doc: add with-prisma article
1 parent 792d2ec commit f190ff8

File tree

5 files changed

+429
-0
lines changed

5 files changed

+429
-0
lines changed

docs/blog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ head:
2323

2424
<Blogs
2525
:blogs="[
26+
{
27+
title: 'Accerate your next Prisma server with Elysia',
28+
href: '/blog/with-prisma',
29+
detail: 'With the support of Prisma with Bun and Elysia, we are entering a new era of a new level of developer experience. For Prisma we can accerate our interaction with database, Elysia accerate our creation of backend web server in term of both developer experience and performance.'
30+
},
2631
{
2732
title: 'Introducing Elysia 0.5 - Radiant',
2833
href: '/blog/elysia-05',

0 commit comments

Comments
 (0)