summaryrefslogtreecommitdiff
path: root/databases/py-prisma/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-prisma/pkg-descr')
-rw-r--r--databases/py-prisma/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/py-prisma/pkg-descr b/databases/py-prisma/pkg-descr
new file mode 100644
index 000000000000..c23e882d4afa
--- /dev/null
+++ b/databases/py-prisma/pkg-descr
@@ -0,0 +1,11 @@
+Prisma Client Python is a next-generation ORM built on top of Prisma
+that has been designed from the ground up for ease of use and
+correctness.
+
+Prisma is a TypeScript ORM with zero-cost type safety for your
+database, although don't worry, Prisma Client Python interfaces with
+Prisma using Rust, you don't need Node or TypeScript.
+
+Prisma Client Python can be used in any Python backend
+application. This can be a REST API, a GraphQL API or anything else
+that needs a database.