# Prisma

Published articles for Prisma.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Use Prisma ORM with Appwrite Postgres

DevFeed: [Use Prisma ORM with Appwrite Postgres](<https://devfeed.tech/articles/use-prisma-orm-with-appwrite-postgres-16503.md>)

Original publisher: [Read original article](<https://appwrite.io/blog/post/prisma-orm-appwrite-postgres>)

Author: Atharva Deosthale

Published: 2026-09-08T00:00:00Z

Content type: tutorial

Language: en

Sources: [Appwrite Blog](<https://devfeed.tech/sources/appwrite-blog.md>)

Topics: [Appwrite](<https://devfeed.tech/topics/appwrite.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>), [Object-relational mapping](<https://devfeed.tech/topics/orm.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [migration](<https://devfeed.tech/topics/migration.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [migration](<https://devfeed.tech/tags/migration.md>), [migrations](<https://devfeed.tech/tags/migrations.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [schema](<https://devfeed.tech/tags/schema.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

### AI overview

A practical guide to using Prisma ORM with Appwrite Postgres in a TypeScript project. It covers creating the PostgreSQL database, configuring the connection and TLS settings, defining models, generating and applying migrations, generating Prisma Client, and connecting to the database through a driver adapter.

### Source excerpt

Model your data with Prisma ORM, generate a typed client, and test schema migrations against Appwrite Postgres.

## Appwrite announces native PostgreSQL databases

DevFeed: [Appwrite announces native PostgreSQL databases](<https://devfeed.tech/articles/appwrite-now-speaks-postgres-16452.md>)

Original publisher: [Read original article](<https://appwrite.io/blog/post/appwrite-now-speaks-postgresql>)

Author: Jake Barnby

Published: 2026-09-01T00:00:00Z

Content type: release

Language: en

Sources: [Appwrite Blog](<https://devfeed.tech/sources/appwrite-blog.md>)

Topics: [Appwrite](<https://devfeed.tech/topics/appwrite.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Replication](<https://devfeed.tech/topics/replication.md>), [Security](<https://devfeed.tech/topics/security.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [announcements](<https://devfeed.tech/tags/announcements.md>), [database](<https://devfeed.tech/tags/database.md>), [drizzle](<https://devfeed.tech/tags/drizzle.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [replication](<https://devfeed.tech/tags/replication.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

Appwrite announces native PostgreSQL databases that can be provisioned inside an Appwrite project and accessed like any PostgreSQL server. The managed service includes operational features such as backups, replication, failover, scaling, connection pooling, and TLS.

### Source excerpt

Run a managed PostgreSQL instance inside your Appwrite project and connect to it with psql, your ORM, and the entire PostgreSQL ecosystem.

## Query and manage Marketplace databases from the dashboard

DevFeed: [Query and manage Marketplace databases from the dashboard](<https://devfeed.tech/articles/query-and-manage-marketplace-databases-from-the-dashboard-1056.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/query-and-manage-marketplace-databases-from-the-dashboard>)

Author: James Clarke

Published: 2026-04-06T04:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Vercel](<https://devfeed.tech/topics/vercel.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>)

Tags: [browser](<https://devfeed.tech/tags/browser.md>), [databases](<https://devfeed.tech/tags/databases.md>), [json](<https://devfeed.tech/tags/json.md>), [markdown](<https://devfeed.tech/tags/markdown.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [sql](<https://devfeed.tech/tags/sql.md>), [ui](<https://devfeed.tech/tags/ui.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Vercel now lets users query and manage supported Marketplace databases directly from the dashboard. The feature includes SQL queries, data editing, schema inspection, and export of query results as CSV, JSON, or Markdown.

### Source excerpt

You can now run SQL queries, view and edit data, and inspect your database schema directly from the Vercel dashboard. This capability is available for supported marketplace database integrations, including AWS Aurora Postgres, Neon, Prisma, and Supabase, with more services coming soon. Instead of relying on psql or external database UI tools, teams can manage their data directly within Vercel. The integration resource page for supported Postgres databases now includes three new tabs: Query: Run any SQL query, view results, and copy them as CSV, JSON, or Markdown. Data Editor: View table data in a spreadsheet-like interface. You can sort, copy, edit, insert, and delete rows, then apply changes to the database atomically. Schema: View tables and relations in a visual graph layout. This is currently available to users with Owner permissions. Manage your database by navigating to the Browser section of your database page in the dashboard. Read more

## Transfer Marketplace resources between teams

DevFeed: [Transfer Marketplace resources between teams](<https://devfeed.tech/articles/transfer-marketplace-resources-between-teams-1112.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/transfer-marketplace-resources-between-teams>)

Author: Hedi Zandi

Published: 2026-03-31T04:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Vercel](<https://devfeed.tech/topics/vercel.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [Databases](<https://devfeed.tech/topics/databases.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [feature](<https://devfeed.tech/tags/feature.md>), [integration](<https://devfeed.tech/tags/integration.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Vercel now allows teams to transfer Marketplace resources directly through the dashboard. The feature currently supports databases from Prisma, Neon, and Supabase, provided the destination team has the relevant integration installed.

### Source excerpt

You can now transfer Marketplace resources between teams directly from the Vercel dashboard without relying on the API. This simplifies resource management during team or project changes. Both owner and member roles on the source and destination teams can initiate transfers. The destination team must have the corresponding integration installed before receiving a resource. The feature currently supports transfer databases from Prisma, Neon and Supabase , with additional providers and product support coming soon. Start from your database settings in the dashboard, or learn more in the documentation. Read more

## How I Built an Autonomous Development System with AI Agents

DevFeed: [How I Built an Autonomous Development System with AI Agents](<https://devfeed.tech/articles/how-i-built-an-autonomous-development-system-with-ai-agents-27138.md>)

Original publisher: [Read original article](<https://antonioleiva.com/autonomous-dev-agents-system-en>)

Published: 2026-02-16T14:00:00Z

Content type: tutorial

Language: en

Sources: [Antonio Leiva](<https://devfeed.tech/sources/antonio-leiva.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [Loop Engineering](<https://devfeed.tech/topics/loop-engineering.md>), [Development](<https://devfeed.tech/topics/development.md>), [GitHub Issues](<https://devfeed.tech/topics/github-issues.md>), [codex](<https://devfeed.tech/topics/codex.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>), [Redis](<https://devfeed.tech/topics/redis.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [automation](<https://devfeed.tech/tags/automation.md>), [codex](<https://devfeed.tech/tags/codex.md>), [development](<https://devfeed.tech/tags/development.md>), [github-issues](<https://devfeed.tech/tags/github-issues.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [redis](<https://devfeed.tech/tags/redis.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

The author describes an autonomous development system for the Learnfolx training platform. Specialized scanners identify problems and create GitHub issues, a triage process prioritizes them, and an executor implements fixes and closes issues. Smoke tests provide periodic verification. The system uses Codex App automations and an external cron, with reported results including 80 issues created and about 50 closed in three days.

### Source excerpt

Everything Android, Kotlin and other random topics

## Le Chat. Custom MCP connectors. Memories.

DevFeed: [Le Chat. Custom MCP connectors. Memories.](<https://devfeed.tech/articles/le-chat-custom-mcp-connectors-memories-7018.md>)

Original publisher: [Read original article](<https://mistral.ai/news/le-chat-mcp-connectors-memories/>)

Published: 2025-09-02T04:00:00Z

Content type: release

Language: en

Sources: [Mistral AI Blog](<https://devfeed.tech/sources/mistral-ai-blog.md>)

Topics: [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [AI Platform](<https://devfeed.tech/topics/ai-platform.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [on-prem](<https://devfeed.tech/topics/on-prem.md>), [databricks](<https://devfeed.tech/topics/databricks.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Notion](<https://devfeed.tech/topics/notion.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>), [pull-requests](<https://devfeed.tech/topics/pull-requests.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-assistants](<https://devfeed.tech/tags/ai-assistants.md>), [automation](<https://devfeed.tech/tags/automation.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [databricks](<https://devfeed.tech/tags/databricks.md>), [docs](<https://devfeed.tech/tags/docs.md>), [github](<https://devfeed.tech/tags/github.md>), [integrations](<https://devfeed.tech/tags/integrations.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [on-prem](<https://devfeed.tech/tags/on-prem.md>), [platform](<https://devfeed.tech/tags/platform.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [pull-requests](<https://devfeed.tech/tags/pull-requests.md>)

### AI overview

Mistral introduces custom MCP connectors and Memories in Le Chat. The release adds more than 20 secure connectors for enterprise data, productivity, development, automation, and commerce workflows, with options to search, summarize, and act in connected tools. Memories provide personalized responses, user control over stored information, and import from ChatGPT.

### Source excerpt

The most powerful AI platform for enterprises. Customize, fine-tune, and deploy AI assistants, autonomous agents, and multimodal AI with open models.

## LLM Rules for Postgres

DevFeed: [LLM Rules for Postgres](<https://devfeed.tech/articles/llm-rules-for-postgres-5504.md>)

Original publisher: [Read original article](<https://neon.com/blog/llm-rules-for-postgres>)

Author: Ilya Tkachov

Published: 2025-08-29T00:11:34Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Databases](<https://devfeed.tech/topics/databases.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [Code review](<https://devfeed.tech/topics/code-review.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>)

Tags: [code-review](<https://devfeed.tech/tags/code-review.md>), [community](<https://devfeed.tech/tags/community.md>), [databases](<https://devfeed.tech/tags/databases.md>), [development](<https://devfeed.tech/tags/development.md>), [llm](<https://devfeed.tech/tags/llm.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [product](<https://devfeed.tech/tags/product.md>), [sql](<https://devfeed.tech/tags/sql.md>)

### AI overview

This article presents explicit LLM rules for reviewing Postgres database code. It explains how prompts can enforce schema-specific conventions, identify query, migration, indexing, and ORM issues, and flag problems before production. The examples include Prisma-related migration concerns and guidance for AI code reviewers or coding agents.

### Source excerpt

Postgres is one of the most versatile databases out there. You can store vectors, declare row-level security rules, run background jobs, and more. Its simplicity and extensibility make it a workhorse for everything from side projects to large-scale systems. But that flexibility c...

## Build Your Own Full-Text Search CMS with Neon and pg\_search

DevFeed: [Build Your Own Full-Text Search CMS with Neon and pg\_search](<https://devfeed.tech/articles/build-your-own-full-text-search-cms-with-neon-and-pg-search-5295.md>)

Original publisher: [Read original article](<https://neon.com/blog/full-text-search-cms-pgsearch>)

Author: Tristan Partin

Published: 2025-07-07T16:22:34Z

Content type: tutorial

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Web Development](<https://devfeed.tech/topics/web-development.md>), [modern web development](<https://devfeed.tech/topics/modern-web-development.md>), [interactive website](<https://devfeed.tech/topics/interactive-website.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [building](<https://devfeed.tech/tags/building.md>), [database](<https://devfeed.tech/tags/database.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [search](<https://devfeed.tech/tags/search.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [webflow](<https://devfeed.tech/tags/webflow.md>), [wordpress](<https://devfeed.tech/tags/wordpress.md>)

### AI overview

A tutorial for building a lightweight CMS with Neon, the pg_search extension, Prisma, and Next.js, with full-text search backed by a PostgreSQL database.

### Source excerpt

A CMS is a "must-have" for building a website. And your choices are many. If you want full-stack, you can go with WordPress or Webflow. If you want headless, you can go with Sanity or Contentful. Heck, with the aid of a GitHub Action, you can just turn your Notion pages directly...

## @neondatabase/serverless hits 1.0.0

DevFeed: [@neondatabase/serverless hits 1.0.0](<https://devfeed.tech/articles/neondatabase-serverless-hits-1-0-0-5789.md>)

Original publisher: [Read original article](<https://neon.com/blog/serverless-driver-ga>)

Author: George MacKerron

Published: 2025-03-25T18:41:48Z

Content type: release

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Serverless](<https://devfeed.tech/topics/serverless.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>), [Security](<https://devfeed.tech/topics/security.md>), [V8](<https://devfeed.tech/topics/v8.md>), [Bun](<https://devfeed.tech/topics/bun.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [Deno](<https://devfeed.tech/topics/deno.md>), [Chrome](<https://devfeed.tech/topics/chrome.md>), [Firefox](<https://devfeed.tech/topics/firefox.md>)

Tags: [bun](<https://devfeed.tech/tags/bun.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [company](<https://devfeed.tech/tags/company.md>), [drizzle](<https://devfeed.tech/tags/drizzle.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [firefox](<https://devfeed.tech/tags/firefox.md>), [http](<https://devfeed.tech/tags/http.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [security](<https://devfeed.tech/tags/security.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [sql](<https://devfeed.tech/tags/sql.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [workers](<https://devfeed.tech/tags/workers.md>)

### AI overview

Neon's serverless driver for JavaScript and TypeScript reaches version 1.0.0. The release refactors the codebase, automates TypeScript type bundling, adds CI coverage across several runtimes and platforms, and supports Prisma and Drizzle adapters. It also introduces composable tagged-template SQL queries over HTTP and includes security-related changes.

### Source excerpt

Neon's serverless driver for JavaScript and TypeScript carries SQL queries over HTTP and WebSockets. It's designed for use in environments where raw TCP connections aren't available and/or low connection latencies are important. That includes V8 isolate-based serverless functions...

## Authentication in JavaScript & TypeScript

DevFeed: [Authentication in JavaScript & TypeScript](<https://devfeed.tech/articles/authentication-in-javascript-typescript-18940.md>)

Original publisher: [Read original article](<https://www.robinwieruch.de/how-to-roll-your-own-auth/>)

Author: Robin Wieruch

Published: 2024-10-29T10:50:46Z

Content type: tutorial

Language: en

Sources: [Robin Wieruch](<https://devfeed.tech/sources/robin-wieruch.md>)

Topics: [Authentication](<https://devfeed.tech/topics/authentication.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Database](<https://devfeed.tech/topics/database.md>), [passwords](<https://devfeed.tech/topics/passwords.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Express](<https://devfeed.tech/topics/express.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>)

Tags: [auth](<https://devfeed.tech/tags/auth.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [backend](<https://devfeed.tech/tags/backend.md>), [browser](<https://devfeed.tech/tags/browser.md>), [database](<https://devfeed.tech/tags/database.md>), [express](<https://devfeed.tech/tags/express.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [javascript-authentication](<https://devfeed.tech/tags/javascript-authentication.md>), [learn](<https://devfeed.tech/tags/learn.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [password](<https://devfeed.tech/tags/password.md>), [passwords](<https://devfeed.tech/tags/passwords.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [security](<https://devfeed.tech/tags/security.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

### AI overview

This tutorial explains how to build session-based authentication in a JavaScript or TypeScript application. It covers storing users and sessions in a database, setting session-token cookies, validating sessions on server requests, and hashing passwords instead of storing them in plain text.

### Source excerpt

Learn how to roll your own authentication in JavaScript & TypeScript ...

## DevTools Academy: An Open Source Blog for Developer Tool Insights

DevFeed: [DevTools Academy: An Open Source Blog for Developer Tool Insights](<https://devfeed.tech/articles/new-open-source-blog-30485.md>)

Original publisher: [Read original article](<https://bytesizedbets.com/p/open-source-blog>)

Author: TheAnkurTyagi

Published: 2024-10-03T13:28:54Z

Content type: article

Language: en

Sources: [ByteSizedBets](<https://devfeed.tech/sources/bytesizedbets.md>)

Topics: [dev-tools](<https://devfeed.tech/topics/dev-tools.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Nextra](<https://devfeed.tech/topics/nextra.md>), [Tailwind CSS](<https://devfeed.tech/topics/tailwind.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [css](<https://devfeed.tech/tags/css.md>), [dev-tools](<https://devfeed.tech/tags/dev-tools.md>), [developers](<https://devfeed.tech/tags/developers.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [prisma](<https://devfeed.tech/tags/prisma.md>)

### AI overview

An update from ByteSizedBets introduces DevTools Academy, a blog focused on helping developers choose tools for SaaS projects through reviews and comparisons. The post also describes its technology stack, early traffic, open-source participation, and planned comparison articles.

### Source excerpt

A special blog made for Developers

## Why Prisma chose Turso to power Prisma Optimize

DevFeed: [Why Prisma chose Turso to power Prisma Optimize](<https://devfeed.tech/articles/why-prisma-chose-turso-to-power-prisma-optimize-6114.md>)

Original publisher: [Read original article](<https://turso.tech/blog/why-prisma-chose-turso-to-power-prisma-optimize>)

Author: Pierre-Antoine Urvoy

Published: 2024-09-18T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [data-processing](<https://devfeed.tech/topics/data-processing.md>), [AI Chat](<https://devfeed.tech/topics/ai-chat.md>), [Temporal data](<https://devfeed.tech/topics/temporal-data.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [analysis](<https://devfeed.tech/tags/analysis.md>), [conversational-ai](<https://devfeed.tech/tags/conversational-ai.md>), [database](<https://devfeed.tech/tags/database.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [orm](<https://devfeed.tech/tags/orm.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

### AI overview

Prisma explains why it selected Turso as the data-storage backbone for Prisma Optimize, emphasizing on-demand database provisioning, SQLite and libSQL compatibility, vendor flexibility, and multi-schema deployments. Prisma Optimize records application queries, analyzes them, and offers performance recommendations plus a conversational AI assistant.

### Source excerpt

When Prisma decided to build Prisma Optimize, they settled on Turso to power it. Here's why.

## Cal.com launches Expert Marketplace built with Next.js and Supabase.

DevFeed: [Cal.com launches Expert Marketplace built with Next.js and Supabase.](<https://devfeed.tech/articles/cal-com-launches-expert-marketplace-built-with-next-js-and-supabase-330.md>)

Original publisher: [Read original article](<https://supabase.com/blog/calcom-platform-starter-kit-nextjs-supabase>)

Author: Richard Poelderl; Peer Richelsen; Thor Schaeff

Published: 2024-06-18T07:00:00Z

Content type: news

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [API](<https://devfeed.tech/topics/api.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [app](<https://devfeed.tech/tags/app.md>), [database](<https://devfeed.tech/tags/database.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [s3](<https://devfeed.tech/tags/s3.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [storage](<https://devfeed.tech/tags/storage.md>)

### AI overview

Cal.com and Supabase collaborated on an open-source platform starter kit built with Next.js. The article explains the migration from SQLite to Postgres, Prisma configuration, serverless connection pooling, schema management, and Supabase Storage for secure profile image uploads.

### Source excerpt

Cal.com and Supabase team up to build an open-source platform starter kit for developers.

## Better Postgres with Prisma Experience

DevFeed: [Better Postgres with Prisma Experience](<https://devfeed.tech/articles/better-postgres-with-prisma-experience-5028.md>)

Original publisher: [Read original article](<https://neon.com/blog/better-postgres-with-prisma-experience>)

Author: Raouf Chebri

Published: 2024-03-07T14:17:20Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Prisma](<https://devfeed.tech/topics/prisma.md>), [Object-relational mapping](<https://devfeed.tech/topics/orm.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>)

Tags: [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [backend](<https://devfeed.tech/tags/backend.md>), [community](<https://devfeed.tech/tags/community.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [migration](<https://devfeed.tech/tags/migration.md>), [orm](<https://devfeed.tech/tags/orm.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [process](<https://devfeed.tech/tags/process.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Neon describes improvements that make Postgres work more seamlessly with Prisma ORM. The changes support schema migrations through pooled connections, allow Neon's default connection string to be used for scaling serverless applications, remove the need for multiple database URLs and a query parameter, and add prepared-statement support across Neon, PgBouncer, and Prisma.

### Source excerpt

We're Neon. We're building Postgres that helps you confidently ship reliable and scalable apps. We made Postgres on Neon work seamlessly with Prisma. This article explains how we did it. We love Prisma, and so do developers. Prisma ORM makes it easy to perform schema migrations a...

## Preview Environments using Neon, Kubernetes, and Argo CD

DevFeed: [Preview Environments using Neon, Kubernetes, and Argo CD](<https://devfeed.tech/articles/preview-environments-using-neon-kubernetes-and-argo-cd-5745.md>)

Original publisher: [Read original article](<https://neon.com/blog/preview-environments-neon-kubernetes-argo-cd>)

Author: Evan Shortiss

Published: 2023-11-28T17:47:56Z

Content type: tutorial

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Developer Tools](<https://devfeed.tech/topics/developer-tools.md>)

Tags: [github](<https://devfeed.tech/tags/github.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [product](<https://devfeed.tech/tags/product.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [testing](<https://devfeed.tech/tags/testing.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

A tutorial on creating pull-request preview environments with Neon database branching, Kubernetes, and Argo CD. It describes using isolated Postgres branches alongside a Next.js and Prisma application.

### Source excerpt

Coding in a local development environment provides developers with faster feedback cycles and facilitates the use of their preferred development tools. After completing their coding tasks, developers usually push their code to a source control management platform like GitHub and...

## Announcing New Prisma, Hasura & Cloudflare Integrations with Turso

DevFeed: [Announcing New Prisma, Hasura & Cloudflare Integrations with Turso](<https://devfeed.tech/articles/announcing-new-prisma-hasura-cloudflare-integrations-with-turso-5890.md>)

Original publisher: [Read original article](<https://turso.tech/blog/announcing-new-prisma-hasura-cloudflare-integrations-with-turso-c82d3a2f6d5b>)

Author: Glauber Costa

Published: 2023-09-28T00:00:00Z

Content type: release

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [Hasura](<https://devfeed.tech/topics/hasura.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>), [Workers](<https://devfeed.tech/topics/workers.md>), [Object-relational mapping](<https://devfeed.tech/topics/orm.md>), [API](<https://devfeed.tech/topics/api.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [code productivity](<https://devfeed.tech/topics/code-productivity.md>)

Tags: [announce](<https://devfeed.tech/tags/announce.md>), [api](<https://devfeed.tech/tags/api.md>), [blog-post](<https://devfeed.tech/tags/blog-post.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [developer-productivity](<https://devfeed.tech/tags/developer-productivity.md>), [hasura](<https://devfeed.tech/tags/hasura.md>), [integrations](<https://devfeed.tech/tags/integrations.md>), [orm](<https://devfeed.tech/tags/orm.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [secrets](<https://devfeed.tech/tags/secrets.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

Turso announces upcoming integrations with Prisma, Cloudflare Workers, and Hasura. The Prisma connector adds support for Turso's SQLite-over-HTTP model in Edge environments; Cloudflare Workers users can deploy Turso databases and inject secrets and connection strings; and Hasura is developing an official connector to bring its Data APIs to the Edge.

### Source excerpt

Nobody uses a database in isolation. That's true if you have one database, or five hundred. Databases are part of stacks, and we use them to achieve goals. That's why making it easier to integrate...

## Scaling Prisma applications with Neon read-only replicas

DevFeed: [Scaling Prisma applications with Neon read-only replicas](<https://devfeed.tech/articles/scaling-prisma-applications-with-neon-read-only-replicas-5762.md>)

Original publisher: [Read original article](<https://neon.com/blog/read-replicas-prisma>)

Author: Mahmoud Abdelwahab

Published: 2023-09-13T14:59:14Z

Content type: tutorial

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Prisma](<https://devfeed.tech/topics/prisma.md>), [Replication](<https://devfeed.tech/topics/replication.md>), [Database](<https://devfeed.tech/topics/database.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [autoscaling](<https://devfeed.tech/topics/autoscaling.md>), [Access Control](<https://devfeed.tech/topics/access-control.md>)

Tags: [access-control](<https://devfeed.tech/tags/access-control.md>), [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [availability](<https://devfeed.tech/tags/availability.md>), [cli](<https://devfeed.tech/tags/cli.md>), [community](<https://devfeed.tech/tags/community.md>), [database](<https://devfeed.tech/tags/database.md>), [guide](<https://devfeed.tech/tags/guide.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [replication](<https://devfeed.tech/tags/replication.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [scale](<https://devfeed.tech/tags/scale.md>)

### AI overview

This guide explains read replicas, how Neon read-only replicas work, and how they can scale Prisma applications. It covers workload offloading, throughput, access control, resource customization, replication differences from traditional Postgres, cost, data consistency, availability, and creation through the Neon interface or CLI.

### Source excerpt

In this guide, we'll cover what read replicas are, how they work in Neon, and how to leverage them to scale your Prisma applications. What is a read replica? A read replica is a read-only synchronized copy of your primary database. It offloads read traffic from your primary datab...

## Improving the developer experience for Prisma users

DevFeed: [Improving the developer experience for Prisma users](<https://devfeed.tech/articles/improving-the-developer-experience-for-prisma-users-5748.md>)

Original publisher: [Read original article](<https://neon.com/blog/prisma-dx-improvements>)

Author: Mahmoud Abdelwahab

Published: 2023-07-13T11:08:15Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>)

Tags: [community](<https://devfeed.tech/tags/community.md>), [compute](<https://devfeed.tech/tags/compute.md>), [database](<https://devfeed.tech/tags/database.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [performance](<https://devfeed.tech/tags/performance.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [scalability](<https://devfeed.tech/tags/scalability.md>)

### AI overview

An article about improving the Prisma experience with Neon by reducing database cold starts and supporting connection pooling.

### Source excerpt

One of our goals during the past few months was to improve the developer experience when using Prisma with Neon. This article highlights all the improvements we shipped, including reducing cold starts, having a better experience working with Prisma Migrate, and improving connecti...

## ORMs vs. Query Builders for your Typescript application

DevFeed: [ORMs vs. Query Builders for your Typescript application](<https://devfeed.tech/articles/orms-vs-query-builders-for-your-typescript-application-5705.md>)

Original publisher: [Read original article](<https://neon.com/blog/orms-vs-query-builders-for-your-typescript-application>)

Author: Raouf Chebri

Published: 2023-05-16T13:21:31Z

Content type: comparison

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Drizzle](<https://devfeed.tech/topics/drizzle.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [Databases](<https://devfeed.tech/topics/databases.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [community](<https://devfeed.tech/tags/community.md>), [comparison](<https://devfeed.tech/tags/comparison.md>), [database](<https://devfeed.tech/tags/database.md>), [drizzle](<https://devfeed.tech/tags/drizzle.md>), [latency](<https://devfeed.tech/tags/latency.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [sql](<https://devfeed.tech/tags/sql.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

### AI overview

This comparison discusses how to choose a typed SQL library for a TypeScript application using PostgreSQL. It contrasts ORMs and query builders, including Drizzle, Kysely, Prisma, and Zapatos, across learning curve, complex-query support, migrations, runtimes, communities, and observed latency.

### Source excerpt

Typed SQL libraries for Typescript are designed to provide a robust, maintainable, and developer-friendly interface between your code and the database. However, choosing the right library for your Typescript project can be difficult since they all offer similar functionalities. T...

## Full-Stack Preview Deployments with Vercel and Neon

DevFeed: [Full-Stack Preview Deployments with Vercel and Neon](<https://devfeed.tech/articles/full-stack-preview-deployments-with-vercel-and-neon-5684.md>)

Original publisher: [Read original article](<https://neon.com/blog/neon-vercel-integration>)

Author: Mahmoud Abdelwahab

Published: 2023-02-08T16:53:27Z

Content type: tutorial

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Pull Request](<https://devfeed.tech/topics/pull-request.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>)

Tags: [community](<https://devfeed.tech/tags/community.md>), [database](<https://devfeed.tech/tags/database.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [integration](<https://devfeed.tech/tags/integration.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

A tutorial for using the Neon-Vercel beta integration to create isolated Postgres database branches for preview deployments. It walks through adapting a Next.js and Prisma demo, creating migrations, opening a pull request, and applying migrations for the preview environment.

### Source excerpt

We're thrilled to announce the release of the Neon integration for Vercel in beta! The integration allows you to connect a Neon Postgres database to a Vercel project and create a database branch for every Preview Deployment. To get started with the integration, check out the docu...

## Showcase of Neon Branching to Run Prisma Migrations on Postgres

DevFeed: [Showcase of Neon Branching to Run Prisma Migrations on Postgres](<https://devfeed.tech/articles/showcase-of-neon-branching-to-run-prisma-migrations-on-postgres-5747.md>)

Original publisher: [Read original article](<https://neon.com/blog/prisma-day-talk>)

Author: Nikita Shamgunov

Published: 2022-06-30T11:39:00Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Developer experience](<https://devfeed.tech/topics/developer-experience.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>), [Database](<https://devfeed.tech/topics/database.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>)

Tags: [community](<https://devfeed.tech/tags/community.md>), [database](<https://devfeed.tech/tags/database.md>), [demo](<https://devfeed.tech/tags/demo.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [github](<https://devfeed.tech/tags/github.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [migration](<https://devfeed.tech/tags/migration.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

A presentation demonstrates Neon's developer experience, storage-compute separation, serverless Postgres, and database branching. It shows a workflow using Neon, Vercel, Prisma, and GitHub Actions to test a migration in a database branch before applying it to production.

### Source excerpt

In this presentation we demonstrate our focus on developer experience (DevX) at Neon. You will learn about Neon architecture of separation of storage and compute, how it allows for serverless Postgres, and the unique ability of Neon to create database branches. We put it all toge...

## GraphQL schema delegation

DevFeed: [GraphQL schema delegation](<https://devfeed.tech/articles/graphql-schema-delegation-23335.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/graphql-schema-delegation-9d832648c543>)

Author: Mikhail Novikov

Published: 2018-04-09T21:00:00Z

Content type: tutorial

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [Library](<https://devfeed.tech/topics/library.md>), [API](<https://devfeed.tech/topics/api.md>), [gateway](<https://devfeed.tech/topics/gateway.md>), [Microservice](<https://devfeed.tech/topics/microservice.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [article](<https://devfeed.tech/tags/article.md>), [backend](<https://devfeed.tech/tags/backend.md>), [gateway](<https://devfeed.tech/tags/gateway.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [guest-post](<https://devfeed.tech/tags/guest-post.md>), [library](<https://devfeed.tech/tags/library.md>), [microservices](<https://devfeed.tech/tags/microservices.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [schema](<https://devfeed.tech/tags/schema.md>)

### AI overview

A guest post explains GraphQL schema delegation, a technique for forwarding all or part of a GraphQL query to another schema and reusing schema components without manually querying them. It discusses applications including GraphQL gateways, underlying microservices, third-party GraphQL APIs, and Prisma-based database proxies.

### Source excerpt

This is a guest post by Mikhail Novikov, who worked on GraphQL schema delegation and schema stitching in the graphql-tools library. He is currently available for remote GraphQL contract work. Contact him at if you need some GraphQL help. In this article I'm going to talk about schema delegation -- a way to automatically forward a GraphQL query (or a part of it) to another schema. Schema delegation allows reusing parts of other schemas without manually querying them.

## SDL First Products: Parallelizing Product Development with GraphQL

DevFeed: [SDL First Products: Parallelizing Product Development with GraphQL](<https://devfeed.tech/articles/sdl-first-products-parallelizing-product-development-with-graphql-23507.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/sdl-first-products-parallelizing-product-development-with-graphql-16f016e66af6>)

Author: Christopher Biscardi

Published: 2018-03-05T21:36:00Z

Content type: tutorial

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [API](<https://devfeed.tech/topics/api.md>), [Development](<https://devfeed.tech/topics/development.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Front end](<https://devfeed.tech/topics/frontend.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>)

Tags: [apis](<https://devfeed.tech/tags/apis.md>), [backend](<https://devfeed.tech/tags/backend.md>), [community](<https://devfeed.tech/tags/community.md>), [development](<https://devfeed.tech/tags/development.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [prisma](<https://devfeed.tech/tags/prisma.md>)

### AI overview

The article explains how GraphQL Schema Definition Language (SDL) can help parallelize frontend and backend product development by defining the relationship between them before all resolvers and services are implemented. It also introduces SDL syntax, custom scalars, and Prisma as an SDL-first tool.

### Source excerpt

Developing new products is difficult, especially by the dependencies involved when talking about frontend UI and server-side APIs. To be truly useful, a UI must display and manipulate real data (likely through APIs). This means that many times, UI is blocked on building a backend.