Skip to content

hro19/currency_postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

currency_postgres

DB操作をするためのバックエンド処理

初期インストール

cd currency_postgres
npm install

Prisma関連

スキーマをDBのテーブルに反映

npx prisma migrate dev -name init

GUI操作でDBを操作

npx prisma studio

サーバーレス環境下で利用するためのコード生成

npx prisma generate

メインファイルを下記に書き換える

import { PrismaClient } from "./prisma/generated/client";

PrismaをVercelへのデプロイ方法

Deploy to Vercel

About

PostgreSQLに接続するためのExpress,prisma処理

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published