Back to Prisma1

01 Setting Up Prisma Existing Database FLOW F003

docs/1.27/get-started/01-setting-up-prisma-existing-database-FLOW-f003.mdx

1.34.12660 B
Original Source

import Warning from 'components/Markdown/Warning' import QueryChooser from 'components/Markdown/QueryChooser' import Code from 'components/Markdown/Code'

export const meta = { title: 'Set up Prisma', position: 1, gettingStartedOrder: 2, gettingStartedTitle: 'Existing database', nextText: 'Great work! 👏 Move on to learn how you can extend your datamodel and make changes to your Prisma API.', technology: 'flow', technologyOrder: 3, articleGroup: 'Set up Prisma', }

Coming soon

This tutorial is currently being worked on and will be published soon. In the meantime, feel free to explore the corresponding JavaScript tutorial.