# Migrating Schemas Across Many Neon Projects Using DrizzleORM

DevFeed: [Migrating Schemas Across Many Neon Projects Using DrizzleORM](<https://devfeed.tech/articles/migrating-schemas-across-many-neon-projects-using-drizzleorm-5564.md>)

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

Author: Paul Scanlon

Published: 2024-11-21T18:29:10Z

Content type: tutorial

Language: en

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

Topics: [Drizzle](<https://devfeed.tech/topics/drizzle.md>), [migration](<https://devfeed.tech/topics/migration.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [database](<https://devfeed.tech/tags/database.md>), [drizzle](<https://devfeed.tech/tags/drizzle.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [migration](<https://devfeed.tech/tags/migration.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [product](<https://devfeed.tech/tags/product.md>)

## AI overview

A tutorial for automating shared-schema database migrations across multiple Neon projects with DrizzleORM, GitHub Actions, the Neon API, and custom scripts.

## Source excerpt

In this blog post, we'll explain how you can use a combination of DrizzleORM, GitHub Actions, the Neon API, and a couple of custom template scripts to manage multiple databases using the same database schema. You can find all the code referenced in this blog post on this repo: ht...