Skip to content

Conversation

@sweatybridge
Copy link
Contributor

@sweatybridge sweatybridge commented Dec 10, 2025

What kind of change does this PR introduce?

feature

What is the new behavior?

git clone git@github.com:supabase/pg-delta.git
cd cli/internal/db/diff/delta
deno i
# Pull remote schema as a local migration
export SOURCE=postgres://postgres:postgres@127.0.0.1:54322/postgres
export TARGET=<db-connection-string>
deno run -A main.ts | supabase migrations new my_schema

Additional context

Add any other context or screenshots.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 20103216126

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 5 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.03%) to 56.212%

Files with Coverage Reduction New Missed Lines %
internal/gen/keys/keys.go 5 12.9%
Totals Coverage Status
Change from base Build 20098526635: -0.03%
Covered Lines: 6832
Relevant Lines: 12154

💛 - Coveralls

@sweatybridge sweatybridge changed the title feat: add deno script for running pg-delta feat(DEVWF-935): add deno script for running pg-delta Dec 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants