npm add --save-dev node-pg-migrate Installing this module adds a runnable file into yournode_modules/.bindirectory. If installed globally (with the -g option), you can runnode-pg-migrateand if not, you can run./node_modules/.bin/node-pg-migrate.js Quick Example Add"migrate": "node-p...
node-pg-migrateNode.js database migration management built exclusively for postgres. (But can also be used for other DBs conforming to SQL standard - e.g. CockroachDB.) Started by Theo Ephraim, then handed over to Salsita Software and now maintained by @Shinigami92.Preconditions...
Breadcrumbs node-pg-migrate /src /utils / PgLiteral.ts Latest commit Shinigami92 refactor(pgLiteral): reorganize utils PgLiteral (#1087) 530f1c5· Apr 11, 2024 HistoryHistory File metadata and controls Code Blame 57 lines (51 loc) · 1.25 KB Raw import type { PublicPart }...
primaryKey: true }, createdAt: { type: 'timestamp', notNull: true, default: new require('node-pg-migrate').PgLiteral('current_timestamp') } } }it will inpgm.createTable('test', { id: 'id', createdAt: 'createdAt' }
Node.js database migration management for PostgreSQL - node-pg-migrate/src/operations/sql.ts at 65a6fccd08aaa0335f4ba8acefe35670e9fb881a · salsita/node-pg-migrate
Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} mythmon / node-pg-migrate Public forked from salsita/node-pg-migrate Notifications You must be signed in to change notification settings Fork 0 ...
test .eslintignore .eslintrc.js .gitignore .npmignore .npmrc .prettierignore .prettierrc.js CHANGELOG.md LICENSE README.md mocha.bootstrap.js package-lock.json package.json renovate.json tsconfig-test.json tsconfig.jsonBreadcrumbs node-pg-migrate / .npmrc Latest...
salsita / node-pg-migrate Public Notifications Fork 180 Star 1.3k Code Issues 49 Pull requests 16 Discussions Actions Projects Security Insights 1fd48fb Breadcrumbs node-pg-migrate /src / sqlMigration.ts Latest commit HistoryHistory File metadata and controls Code Blame 5...
Code Pull requests Actions Projects Security Insights Actions: mythmon/node-pg-migrate Actions All workflows Management Caches Attestations All workflows Showing runs from all workflows 0 workflow runs Event Status Branch Actor There are no workflow runs yet....
salsita/node-pg-migratePublic NotificationsYou must be signed in to change notification settings Fork179 Star1.3k Code Issues49 Pull requests12 Discussions Actions Projects Security Insights Additional navigation options Commit Browse filesBrowse the repository at this point in the history ...