How to use postgres-migrations - 2 common examples

To help you get started, we’ve selected a few postgres-migrations examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github fabioluz / fun-js / src / persistence / migrator.js View on Github external
const createDb = () => 
  Future.encaseP2 (Migrations.createDb) (dbName, dbParams);
github fabioluz / fun-js / src / persistence / migrator.js View on Github external
const migrate = () => 
  Future.encaseP2 (Migrations.migrate) (dbParams, migrationPath);

postgres-migrations

Stack Overflow style database migrations for PostgreSQL

MIT
Latest version published 3 years ago

Package Health Score

50 / 100
Full package analysis

Popular postgres-migrations functions