Skip to content

michaelhays/prisma-relationjoins-decimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create the MySQL database:

mysql
CREATE DATABASE prismadecimal;
GRANT ALL ON prismadecimal.* TO 'user'@'localhost';

Generate the Prisma Client and update the database:

bun prisma generate
bun prisma db push

Run the script:

bun run.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors