Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ramp-database

Package Overview
Dependencies
Maintainers
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ramp-database

Database model used in the RAMP bundle

  • 0.10.1
  • PyPI
  • Socket score

Maintainers
5

RAMP database model

This package contains the ORM model for the RAMP database.

Set up of a PostgreSQL database

  1. create db directory and initialise the PostgreSQL database::

    mkdir postgres_dbs initdb postgres_dbs

  2. start the PostgreSQL engine::

    pg_ctl -D postgres_dbs -l postgres_dbs/logfile start

  3. create a user <db_user> and set a password <db_password>::

    createuser --pwprompt <db_user>

  4. create the database called <db_name> for that user::

    createdb --owner=<db_user> <db_name>

FAQs


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