New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@golemio/schema-definitions

Package Overview
Dependencies
Maintainers
5
Versions
542
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@golemio/schema-definitions

Database Migrations of the Data Platform System

  • 2.4.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

oict golemio

@golemio/schema-definitions

pipeline license

Installation · Documentation

This module is intended for use with Golemio services. It only contains shared database migrations.

Installation

We recommend to install this module as an exact version.

# Production (Golem) migrations
npm install --save-exact @golemio/schema-definitions@latest

# Development (Rabin) migrations
npm install --save-exact @golemio/schema-definitions@dev

Description

Shared database Migrations of the Golemio Data Platform System.

Local installation

Prerequisites

  • node.js
  • npm
  • PostgreSQL

Install dependencies

Install all dependencies using command

npm install

from the application's root directory.

Database Migrations

For database migrations set the env variables POSTGRES_CONN or create .env file (copy .env.template) and set the configuration variables and then run:

npm run migrate-db

or

for Postgre:

npm run migrate-postgres-db

For Postgre the database has to exist.

For more informations read db-migrate docs and migration manual in docs/migrations.md file.

Contribution guidelines

Please read CONTRIBUTING.md.

FAQs

Package last updated on 25 Oct 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc