<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Prisma on Formal Syntax</title>
    <link>https://formal-syntax.pages.dev/tags/prisma/</link>
    <description>Recent content in Prisma on Formal Syntax</description>
    <generator>Hugo -- 0.147.7</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 12 Mar 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://formal-syntax.pages.dev/tags/prisma/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Setting up Prisma 7 with Neon for Serverless Apps (Cloudflare Workers)</title>
      <link>https://formal-syntax.pages.dev/posts/prisma-version7/prisma-v7-error/</link>
      <pubDate>Thu, 12 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://formal-syntax.pages.dev/posts/prisma-version7/prisma-v7-error/</guid>
      <description>&lt;hr&gt;
&lt;h1 id=&#34;prisma-7-setup-with-neon-for-serverless-apps&#34;&gt;Prisma 7 Setup with Neon for Serverless Apps&lt;/h1&gt;
&lt;h2 id=&#34;hi-there-&#34;&gt;Hi There 👋&lt;/h2&gt;
&lt;p&gt;In this little blog I want to share how I set up &lt;strong&gt;Prisma 7 with serverless platforms like Cloudflare Workers&lt;/strong&gt; and connected it with &lt;strong&gt;Neon PostgreSQL&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;When I started learning Prisma a few weeks ago, most tutorials were still written for &lt;strong&gt;Prisma 6&lt;/strong&gt;. Everything was going fine until I tried setting it up with &lt;strong&gt;Cloudflare Workers&lt;/strong&gt;, and suddenly Prisma started throwing errors.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Introduction to Prisma ORM</title>
      <link>https://formal-syntax.pages.dev/posts/prisma/prisma/</link>
      <pubDate>Mon, 16 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://formal-syntax.pages.dev/posts/prisma/prisma/</guid>
      <description>&lt;h1 id=&#34;what-are-orms&#34;&gt;What are ORMs?&lt;/h1&gt;
&lt;blockquote&gt;
&lt;p&gt;ORM stands for Object-Relational Mapping, a programming technique used in software development to convert data between incompatible type systems in OOP languages.
This technique creates a &amp;ldquo;virtual object database&amp;rdquo; that can be used from within the programming language.&lt;br&gt;ORMs are used to abstract the complexities of the underlying databases into simpler,more easily managed objects within the code.&lt;/p&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;b style=&#34;font-size: 30px;&#34;&gt;😇 Let me tell you the digestiable one&lt;/b&gt;&lt;br&gt;
&lt;b&gt;ORMs&lt;/b&gt; let you easily interact with your database without worring too much about the underlying syntax(ex. SQL)&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
