@pg-nano/pg-schema-diff

0.7.2 • Public • Published

@pg-nano/pg-schema-diff

A cross-platform distribution of the pg-schema-diff binary, tailored for use with pg-nano.

Installation

pnpm add @pg-nano/pg-schema-diff

Usage

pnpm pg-schema-diff --help

You also have the option of spawning a child process to run the command:

import spawn from "tinyspawn";

await spawn("./node_modules/.bin/pg-schema-diff --help", {
	stdio: "inherit",
});

Thanks

This package wouldn't exist without these tools:

Release Process

  1. Bump version with npm version <patch|minor|major>
  2. Push with git push && git push --tags
  3. Pre-compile binaries and upload with goreleaser release --clean
  4. Publish with npm publish

License

MIT

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.7.274latest

Version History

VersionDownloads (Last 7 Days)Published
0.7.274
0.7.16
0.7.01

Package Sidebar

Install

npm i @pg-nano/pg-schema-diff

Weekly Downloads

81

Version

0.7.2

License

none

Unpacked Size

151 kB

Total Files

5

Last publish

Collaborators

  • aleclarson