Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 8884697

Browse files
chore(docs): add note to autocomplete GIF (#637)
## Change Summary https://discord.com/channels/933860922039099444/1048952249205915750/1048957671325323274 ## Checklist - [ ] Unit tests for the changes exist - [ ] Tests pass without significant drop in coverage - [ ] Documentation reflects changes where applicable - [ ] Test snapshots have been [updated](https://prisma-client-py.readthedocs.io/en/latest/contributing/contributing/#snapshot-tests) if applicable ## Agreement By submitting this pull request, I confirm that you can use, modify, copy and redistribute this contribution, under the terms of your choice.
1 parent d86d460 commit 8884697

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Prisma Client Python can be used in _any_ Python backend application. This can b
3434

3535
![GIF showcasing Prisma Client Python usage](https://raw.githubusercontent.com/RobertCraigie/prisma-client-py/main/docs/showcase.gif)
3636

37+
> *Note that the only langauge server that is known to support this form of autocompletion is Pylance / Pyright.*
38+
3739
## Why should you use Prisma Client Python?
3840

3941
Unlike other Python ORMs, Prisma Client Python is **fully type safe** and offers native support for usage **with and without** `async`. All you have to do is [specify the type of client](https://prisma-client-py.readthedocs.io/en/stable/getting_started/setup/) you would like to use for your project in the [Prisma schema file](#the-prisma-schema).

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Prisma Client Python can be used in _any_ Python backend application. This can b
3434

3535
![GIF showcasing Prisma Client Python usage](./showcase.gif)
3636

37+
> *Note that the only langauge server that is known to support this form of autocompletion is Pylance / Pyright.*
38+
3739
## Why should you use Prisma Client Python?
3840

3941
Unlike other Python ORMs, Prisma Client Python is **fully type safe** and offers native support for usage **with and without** `async`. All you have to do is [specify the type of client](https://prisma-client-py.readthedocs.io/en/stable/getting_started/setup/) you would like to use for your project in the [Prisma schema file](#the-prisma-schema).

0 commit comments

Comments
 (0)