Skip to content

Commit

Permalink
docs: update database connector docs
Browse files Browse the repository at this point in the history
update driver adapter mentions to state it's in Preview and Prisma Client
  • Loading branch information
ruheni committed Nov 16, 2023
1 parent fbc4224 commit 5d3d9a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metaDescription: 'This page explains how Prisma can connect to a PostgreSQL data

The PostgreSQL data source connector connects Prisma to a [PostgreSQL](https://www.postgresql.org/) database server.

By default, the PostgreSQL connector contains a database driver responsible for connecting to your database. You can use a [driver adapter](/concepts/components/database-drivers#driver-adapters) <span class="concept"></span> to connect to your database using a Node.js database driver.
By default, the PostgreSQL connector contains a database driver responsible for connecting to your database. You can use a [driver adapter](/concepts/components/database-drivers#driver-adapters) <span class="concept"></span> (Preview) to connect to your database using a JavaScript database driver from Prisma Client.

</TopBlock>

Expand Down
2 changes: 1 addition & 1 deletion content/200-concepts/200-database-connectors/04-mysql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metaDescription: 'This page explains how Prisma can connect to a MySQL database

The MySQL data source connector connects Prisma to a [MySQL](https://www.mysql.com/) database server.

By default, the MySQL connector contains a database driver responsible for connecting to your database. You can use a [driver adapter](/concepts/components/database-drivers#driver-adapters) <span class="concept"></span> to connect to your database using a Node.js database driver.
By default, the MySQL connector contains a database driver responsible for connecting to your database. You can use a [driver adapter](/concepts/components/database-drivers#driver-adapters) <span class="concept"></span> (Preview) to connect to your database using a JavaScript database driver from Prisma Client.

</TopBlock>

Expand Down
2 changes: 1 addition & 1 deletion content/200-concepts/200-database-connectors/05-sqlite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metaDescription: 'This page explains how Prisma can connect to a SQLite database

The SQLite data source connector connects Prisma to a [SQLite](https://www.sqlite.org/) database file. These files always have the file ending `.db` (e.g.: `dev.db`).

By default, the SQLite connector contains a database driver responsible for connecting to your database. You can use a [driver adapter](/concepts/components/database-drivers#driver-adapters) <span class="concept"></span> to connect to your database using a Node.js database driver.
By default, the SQLite connector contains a database driver responsible for connecting to your database. You can use a [driver adapter](/concepts/components/database-drivers#driver-adapters) <span class="concept"></span> (Preview) to connect to your database using a JavaScript database driver from Prisma Client.

</TopBlock>

Expand Down

0 comments on commit 5d3d9a7

Please sign in to comment.