February 2023 Summaries
2 posts from Neon
Filter
Month:
Year:
Post Summaries
Back to Blog
Vercel has released a beta version of its Neon integration, which allows teams to create a database branch for every Preview Deployment. This feature addresses issues with shared databases across preview deployments, such as encountering issues or breaking previously created deployments due to schema changes. The Neon integration enables the creation of isolated branches that can be used for each Preview Deployment, making it a scalable and cost-effective solution for teams. To get started, check out the documentation guide, and consider using the integration with Next.js, Prisma, and Vercel as demonstrated in an example workflow. With this feature, teams can collaborate more effectively by automatically creating isolated production-like environments for every commit.
Feb 08, 2023
503 words in the original blog post.
Vercel's new beta integration with Neon allows teams to create a unique database branch for every Preview Deployment, enhancing collaboration by providing isolated, production-like environments for each commit. This addresses the challenges of shared databases, such as potential issues impacting all deployments and schema changes breaking existing previews. Neon's branching feature offers a scalable and cost-effective solution by creating copy-on-write clones of data quickly. An example workflow using Next.js, Prisma, and Vercel demonstrates how to implement this, involving cloning a repository, modifying schema files, generating migrations, and using Neon branches for database isolation. The integration aims to improve development efficiency and invites feedback from users to refine the process further.
Feb 08, 2023
597 words in the original blog post.