Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

knorm-postgres

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knorm-postgres

postgres docker tools for knorm and its plugins

latest
Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
4
-63.64%
Maintainers
1
Weekly downloads
 
Created
Source

knorm-postgres

postgres docker tools for knorm and its plugins.

knorm-postgres start

starts a postgres container. if one doesn't exist, it creates it, downloading the postgres image if necessary.

options:

  • name alias: n, default: knorm-postgres: specifies the name of the postgres container.

Other configurations can be made using environment variables:

  • POSTGRES_PORT: configures the port number for the container, defaults to 5616
  • POSTGRES_USER: configures the postgres user for the database, defaults to knorm
  • POSTGRES_PASSWORD: configures the postgres password for the database, defaults to knorm
  • POSTGRES_DB: configures the postgres database name for the database, defaults to knorm

knorm-postgres stop

stops a running postgres container.

options:

  • name alias: n, default: knorm-postgres: specifies the name of the postgres container.

knorm-postgres remove

removes a running/stopped postgres container.

options:

  • name alias: n, default: knorm-postgres: specifies the name of the postgres container.

Keywords

knorm

FAQs

Package last updated on 02 Aug 2017

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