File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/3-web-servers/08-database Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ app.post((request, response) => {
7272
7373主にリレーショナルデータベースを操作するための Node.js の<Term >ライブラリ</Term >です。複数の構成要素からなります。
7474
75- - [ ** ` @prisma/client ` パッケージ** ] ( https://www.npmjs.com/package/@prisma/client ) : アプリケーションサーバーから用いる npm のパッケージ 。JavaScript プログラムから使用する 。
76- - [ ** ` prisma ` パッケージ** ] ( https://www.npmjs.com/package/prisma ) : 開発時にコマンドとして用いる npm のパッケージ 。` npx ` コマンドを通して実行する 。
77- - [ ** ` .prisma ` ファイル** ] ( https://www.prisma.io/docs/concepts/components/prisma-schema ) : データベースのテーブル構造を記述するファイル 。` prisma ` パッケージのコマンドを用いて実際のデータベースサーバーに反映させる 。
78- - [ ** ` Prisma ` 拡張機能** ] ( https://marketplace.visualstudio.com/items?itemName=Prisma.prisma ) : VS Code の拡張機能 。` .prisma ` ファイルに対する補完やフォーマットの機能を提供する 。
75+ - [ ** ` @prisma/client ` パッケージ** ] ( https://www.npmjs.com/package/@prisma/client ) : アプリケーションサーバーから用いる npm のパッケージです 。JavaScript プログラムから使用します 。
76+ - [ ** ` prisma ` パッケージ** ] ( https://www.npmjs.com/package/prisma ) : 開発時にコマンドとして用いる npm のパッケージです 。` npx ` コマンドを通して実行します 。
77+ - [ ** ` .prisma ` ファイル** ] ( https://www.prisma.io/docs/concepts/components/prisma-schema ) : データベースのテーブル構造を記述するファイルです 。` prisma ` パッケージのコマンドを用いて実際のデータベースサーバーに反映させます 。
78+ - [ ** ` Prisma ` 拡張機能** ] ( https://marketplace.visualstudio.com/items?itemName=Prisma.prisma ) : VS Code の拡張機能です 。` .prisma ` ファイルに対する補完やフォーマットの機能を提供します 。
7979
8080#### [ ElephantSQL] ( https://www.elephantsql.com/ )
8181
You can’t perform that action at this time.
0 commit comments