@backyard/service-postgresql-migrate
TypeScript icon, indicating that this package has built-in type declarations

0.2.26 • Public • Published

Backyard PostgreSQL Migration

Database Setup & Migration Service for Backyard using PostgreSQL

What is Backyard

Backyard is an opinioned microservices platform

Install

npm (scoped)

Usage

import { createWorkspaceConfiguration } from '@backyard/common';
import { usePostgreSqlService } from '@backyard/service-postgresql-migrate';

export default createWorkspaceConfiguration({
  services: [
    usePostgreSqlService({
      name: 'database-migrate',
      settings: {
        db: string
      }
    }),
  ],
});

Readme

Keywords

none

Package Sidebar

Install

npm i @backyard/service-postgresql-migrate

Weekly Downloads

26

Version

0.2.26

License

MIT

Unpacked Size

10.5 kB

Total Files

20

Last publish

Collaborators

  • traviskuhl
  • elwoodtechnology