diff --git a/docs/docs/sourcing-from-databases.md b/docs/docs/sourcing-from-databases.md index b9f93e054..02bbd0c24 100644 --- a/docs/docs/sourcing-from-databases.md +++ b/docs/docs/sourcing-from-databases.md @@ -1,8 +1,8 @@ --- -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) @@ -10,4 +10,4 @@ The Gatsby ecosystem includes built-in connectors to several database systems. T - [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. +これらのプラグインを使う事で、あなたのデータベースからデータを取り込み、ページコンポーネント上からクエリーを送る事ができるようになります。