Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/docs/sourcing-from-databases.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Sourcing from Databases
title: データベースから情報を取得する
---

The Gatsby ecosystem includes built-in connectors to several database systems. These include:
Gatsby エコシステムには、いくつかのデータベースシステムへのコネクターが標準で含まれています。

- [PostgreSQL](/packages/gatsby-source-pg/?=pg)
- [MySQL](/packages/gatsby-source-mysql/?=mysql)
- [Amazon Redshift, SQLite3, Oracle and MSSQL](https://github.com/mrfunnyshoes/gatsby-source-sql)
- [MongoDB](/packages/gatsby-source-mongodb/)
- [Firebase](/packages/gatsby-source-firebase/)/[Firestore](/packages/gatsby-source-firestore/)

These plugins will ingest data from your DB and make it available for your page components to query.
これらのプラグインを使う事で、あなたのデータベースからデータを取り込み、ページコンポーネント上からクエリーを送る事ができるようになります。