Skip to content

Commit

Permalink
feat: add listing for Prisma (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell authored Feb 28, 2025
1 parent 56999cb commit 1d59181
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ A curated list of LLM-powered tools and resources with llms.txt implementation.
- ![Frigade favicon](https://www.google.com/s2/favicons?domain=frigade.com&size=32) **[Frigade](https://frigade.com)** - User onboarding and product adoption platform <sub>[llms.txt](https://docs.frigade.com/llms.txt)</sub>
- ![Hypermode favicon](https://www.google.com/s2/favicons?domain=hypermode.com&size=32) **[Hypermode](https://hypermode.com)** - High-performance application development platform <sub>[llms.txt](https://docs.hypermode.com/llms.txt)</sub>
- ![Mintlify favicon](https://www.google.com/s2/favicons?domain=mintlify.com&size=32) **[Mintlify](https://mintlify.com)** - Modern documentation platform and tools <sub>[llms.txt](https://mintlify.com/docs/llms.txt)[llms-full.txt](https://mintlify.com/docs/llms-full.txt)</sub>
- ![Prisma favicon](https://www.google.com/s2/favicons?domain=prisma.io&size=32) **[Prisma](https://www.prisma.io)** - A modern ORM and Postgres database for TypeScript applications. <sub>[llms.txt](https://www.prisma.io/docs/llms.txt)[llms-full.txt](https://www.prisma.io/docs/llms-full.txt)</sub>
- ![RainbowKit favicon](https://www.google.com/s2/favicons?domain=rainbowkit.com&size=32) **[RainbowKit](https://rainbowkit.com)** - Web3 wallet integration toolkit <sub>[llms.txt](https://rainbowkit.com/llms.txt)[llms-full.txt](https://rainbowkit.com/llms-full.txt)</sub>
- ![raincamp favicon](https://www.google.com/s2/favicons?domain=raincamp.ai&size=32) **[raincamp](https://raincamp.ai)** - AI-powered development and deployment platform <sub>[llms.txt](https://raincamp.ai/llms.txt)</sub>
- ![Roc favicon](https://www.google.com/s2/favicons?domain=roc-lang.org&size=32) **[Roc](https://roc-lang.org)** - Fast and safe programming language <sub>[llms.txt](https://www.roc-lang.org/llms.txt)</sub>
Expand Down
22 changes: 22 additions & 0 deletions content/websites/prisma.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Prisma
description: TypeScript ORM and hosted PostgreSQL database platform
website: https://prisma.io
llmsUrl: https://prisma.io/docs/llms.txt
llmsFullUrl: https://prisma.io/docs/llms-full.txt
category: developer-tools
---

# Prisma

Prisma is best known for the Prisma ORM, a TypeScript ORM. Prisma also offers products that range from caching and connection pooling for databases to a hosted PostgreSQL solution.

## Key Focus Areas

- Serverless Database Infrastructure
- ORM and Data Access
- Productivity Enhancement

## About llms.txt Implementation

Prisma's llms.txt documentation details their next-generation ORM ecosystem and offers extensive setup and integration guidance in the full documentation.

0 comments on commit 1d59181

Please sign in to comment.