GitXplorerGitXplorer
R

prisma-py-async-quickstart

public
0 stars
1 forks
0 issues

Commits

List of commits on branch main.
Verified
1668d3eb1276f7c686f54304d60a5f22ac826836

Changed json to model_dump_json for compatibility. (#1)

MMagnetonBora committed 7 months ago
Verified
34208f3b2f2fd376c17eaf4227751ffb965e3949

chore(gitpod): fix config

RRobertCraigie committed 3 years ago
Verified
336d56fe669cfbf57bb974d2c12702abf25f086c

chore: update for package rename

RRobertCraigie committed 3 years ago
Verified
977937d077e2548a101beddc2ca38a05ca75bb04

chore: update Prisma Client Python documentation link

RRobertCraigie committed 3 years ago
Verified
a0d57b6e62a6b382cd5a5d6d80a6f327f5b44857

feat(docs): add readme

RRobertCraigie committed 3 years ago
Verified
3d2a9d44520b73af65372ab9337bc663d6f874a4

chore: don't use venv in gitpod

RRobertCraigie committed 3 years ago

README

The README file for this repository.

Prisma Client Python Example

Open in Gitpod

This repository showcases the minimum steps required to get started using Prisma Client Python.

Usage

For a more detailed explanation see the Prisma Client Python documentation.

python3 -m venv .venv
source .venv/bin/activate
pip install -U -r requirements.txt
prisma db push

You can now run the python script

python main.py

And type check it with pyright

pyright