---
title: "It's Prisma Time - Setup"
url: https://daily.dev/posts/it-s-prisma-time---setup-p0uguywku
source_url: https://dev.to/this-is-learning/its-prisma-time-setup-ei7
type: article
source: "This is Learning"
author: "Luca Del Puppo"
published: 2021-12-16T07:24:18.769Z
updated: 2026-03-15T03:27:38.280Z
tags: ["general-programming", "prisma", "typescript"]
reading_time: 2
upvotes: 10
comments: 3
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# It's Prisma Time - Setup

**[This is Learning](https://daily.dev/sources/til)** · [@puppo](https://daily.dev/puppo) · 2 min read · 10 upvotes · 3 comments

## Summary

In this article I show you how to setup a project with Prisma. The Prisma CLI helps us to create, update or view our database. In the next article we are going to create our first table using Prisma and we will start playing with this tool.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://dev.to/this-is-learning/its-prisma-time-setup-ei7>

## Community discussion

Top comments from developers on daily.dev.

**@uwenayoallain** · 0 upvotes

> Prisma is one of kind!!!

**@suco** · 0 upvotes

> Congratulations!!!Your tutorial is very good and all the examples worked fine to understood

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#general-programming](https://daily.dev/tags/general-programming), [#prisma](https://daily.dev/tags/prisma), [#typescript](https://daily.dev/tags/typescript)

[View this post on daily.dev](https://daily.dev/posts/it-s-prisma-time---setup-p0uguywku)
