Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: 'Quickstart with Prisma ORM and Prisma Postgres'
sidebar_label: 'Prisma Postgres'
metaTitle: 'Quickstart: Prisma ORM with Prisma Postgres (5 min)'
metaDescription: 'Create a new TypeScript project from scratch by connecting Prisma ORM to Prisma Postgres and generating a Prisma Client for database access.'
sidebar_custom_props: { badge: '5 min' }
---

import Prerequisites from '../../_components/_prerequisites.mdx'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: 'Quickstart with Prisma ORM and SQLite'
sidebar_label: 'SQLite'
metaTitle: 'Quickstart: Prisma ORM with SQLite (5 min)'
metaDescription: 'Create a new TypeScript project from scratch by connecting Prisma ORM to SQLite and generating a Prisma Client for database access.'
sidebar_custom_props: { badge: '5 min' }
---

import Prerequisites from '../../_components/_prerequisites.mdx'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: 'Quickstart with Prisma ORM and PostgreSQL'
sidebar_label: 'PostgreSQL'
metaTitle: 'Quickstart: Prisma ORM with PostgreSQL (10 min)'
metaDescription: 'Create a new TypeScript project from scratch by connecting Prisma ORM to PostgreSQL and generating a Prisma Client for database access.'
sidebar_custom_props: { badge: '10 min' }
---

import Prerequisites from '../../_components/_prerequisites.mdx'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: 'Quickstart with Prisma ORM and MySQL'
sidebar_label: 'MySQL'
metaTitle: 'Quickstart: Prisma ORM with MySQL (10 min)'
metaDescription: 'Create a new TypeScript project from scratch by connecting Prisma ORM to MySQL and generating a Prisma Client for database access.'
sidebar_custom_props: { badge: '10 min' }
---

import Prerequisites from '../../_components/_prerequisites.mdx'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: 'Quickstart with Prisma ORM and SQL Server'
sidebar_label: 'SQL Server'
metaTitle: 'Quickstart: Prisma ORM with SQL Server (10 min)'
metaDescription: 'Create a new TypeScript project from scratch by connecting Prisma ORM to SQL Server and generating a Prisma Client for database access.'
sidebar_custom_props: { badge: '10 min' }
---

import Prerequisites from '../../_components/_prerequisites.mdx'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: 'Quickstart with Prisma ORM and PlanetScale'
sidebar_label: 'PlanetScale'
metaTitle: 'Quickstart: Prisma ORM with PlanetScale MySQL (10 min)'
metaDescription: 'Create a new TypeScript project from scratch by connecting Prisma ORM to PlanetScale MySQL and generating a Prisma Client for database access.'
sidebar_custom_props: { badge: '10 min' }
---

import Prerequisites from '../../_components/_prerequisites.mdx'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: 'Quickstart with Prisma ORM and CockroachDB'
sidebar_label: 'CockroachDB'
metaTitle: 'Quickstart: Prisma ORM with CockroachDB (10 min)'
metaDescription: 'Create a new TypeScript project from scratch by connecting Prisma ORM to CockroachDB and generating a Prisma Client for database access.'
sidebar_custom_props: { badge: '10 min' }
---

import Prerequisites from '../../_components/_prerequisites.mdx'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: 'Quickstart with Prisma ORM and MongoDB'
sidebar_label: 'MongoDB'
metaTitle: 'Quickstart: Prisma ORM with MongoDB (10 min)'
metaDescription: 'Create a new TypeScript project from scratch by connecting Prisma ORM to MongoDB and generating a Prisma Client for database access.'
sidebar_custom_props: { badge: '10 min' }
---

import Prerequisites from '../../_components/_prerequisites.mdx'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: 'Add Prisma ORM to an existing Prisma Postgres project'
sidebar_title: 'Prisma Postgres'
metaTitle: 'How to add Prisma ORM to an existing project using Prisma Postgres (15 min)'
metaDescription: 'Add Prisma ORM to an existing TypeScript project with Prisma Postgres and learn database introspection, baselining, and querying.'
sidebar_custom_props: { badge: '15 min' }
---

import Prerequisites from '../../_components/_prerequisites.mdx'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: 'Add Prisma ORM to an existing SQLite project'
sidebar_title: 'SQLite'
metaTitle: 'How to add Prisma ORM to an existing project using SQLite (15 min)'
metaDescription: 'Add Prisma ORM to an existing TypeScript project with SQLite and learn database introspection, baselining, and querying.'
sidebar_custom_props: { badge: '15 min' }
---

import Prerequisites from '../../_components/_prerequisites.mdx'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: 'Add Prisma ORM to an existing PostgreSQL project'
sidebar_title: 'PostgreSQL'
metaTitle: 'How to add Prisma ORM to an existing project using PostgreSQL (15 min)'
metaDescription: 'Add Prisma ORM to an existing TypeScript project with PostgreSQL and learn database introspection, baselining, and querying.'
sidebar_custom_props: { badge: '15 min' }
---

import Prerequisites from '../../_components/_prerequisites.mdx'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: 'Add Prisma ORM to an existing MySQL project'
sidebar_title: 'MySQL'
metaTitle: 'How to add Prisma ORM to an existing project using MySQL (15 min)'
metaDescription: 'Add Prisma ORM to an existing TypeScript project with MySQL and learn database introspection, baselining, and querying.'
sidebar_custom_props: { badge: '15 min' }
---

import Prerequisites from '../../_components/_prerequisites.mdx'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: 'Add Prisma ORM to an existing SQL Server project'
sidebar_title: 'SQL Server'
metaTitle: 'How to add Prisma ORM to an existing project using SQL Server (15 min)'
metaDescription: 'Add Prisma ORM to an existing TypeScript project with SQL Server and learn database introspection, baselining, and querying.'
sidebar_custom_props: { badge: '15 min' }
---

import Prerequisites from '../../_components/_prerequisites.mdx'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: 'Add Prisma ORM to an existing PlanetScale project'
sidebar_title: 'PlanetScale'
metaTitle: 'How to add Prisma ORM to an existing project using PlanetScale MySQL (15 min)'
metaDescription: 'Add Prisma ORM to an existing TypeScript project with PlanetScale MySQL and learn database introspection and querying.'
sidebar_custom_props: { badge: '15 min' }
---

import Prerequisites from '../../_components/_prerequisites.mdx'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: 'Add Prisma ORM to an existing CockroachDB project'
sidebar_title: 'CockroachDB'
metaTitle: 'How to add Prisma ORM to an existing project using CockroachDB (15 min)'
metaDescription: 'Add Prisma ORM to an existing TypeScript project with CockroachDB and learn database introspection, baselining, and querying.'
sidebar_custom_props: { badge: '15 min' }
---

import Prerequisites from '../../_components/_prerequisites.mdx'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: 'Add Prisma ORM to an existing MongoDB project'
sidebar_title: 'MongoDB'
metaTitle: 'How to add Prisma ORM to an existing project using MongoDB (15 min)'
metaDescription: 'Add Prisma ORM to an existing TypeScript project with MongoDB and learn database introspection and querying.'
sidebar_custom_props: { badge: '15 min' }
---

import Prerequisites from '../../_components/_prerequisites.mdx'
Expand Down
Loading
Loading