Socket
Book a DemoInstallSign in
Socket

discrete-status-db

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

discrete-status-db

Service for handling discrete task statuses

unpublished
latest
npmnpm
Version
3.1.0
Version published
Maintainers
1
Created
Source

Discrete Agent DB Service

A service that exposes a gateway to the discrete agent database.

Notes

When tagging if the DB schema has change since the last tag a migration must be created with the following steps:

  • manually increment the service version
  • create new empty postgres DB and update default.json config to connect to it.
  • run npm run migration:run to build db schema up to the last migration.
  • run npm migration:create to generate new migration file.
  • commit changes to git.
  • run npm run release -- --release-as <version> to prevent double bumping and follow release instructions.

FAQs

Package last updated on 02 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts