Skip to main content

Database model used in the RAMP bundle

Project description

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>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ramp-database-0.7.4.tar.gz (68.9 kB view details)

Uploaded Source

Built Distribution

ramp_database-0.7.4-py3-none-any.whl (93.5 kB view details)

Uploaded Python 3

File details

Details for the file ramp-database-0.7.4.tar.gz.

File metadata

  • Download URL: ramp-database-0.7.4.tar.gz
  • Upload date:
  • Size: 68.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2.post20201201 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.7.7

File hashes

Hashes for ramp-database-0.7.4.tar.gz
Algorithm Hash digest
SHA256 454da9e0e0169e8d764c3b9f54c294e3a06a2d22ec734d262e2e522fd22f14c2
MD5 c129e7e05676549a5d724c0c09591c8f
BLAKE2b-256 7892acae137004e9a24abfb87e8461328bc363d38dc1bd76ef48d64a665d24a8

See more details on using hashes here.

File details

Details for the file ramp_database-0.7.4-py3-none-any.whl.

File metadata

  • Download URL: ramp_database-0.7.4-py3-none-any.whl
  • Upload date:
  • Size: 93.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2.post20201201 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.7.7

File hashes

Hashes for ramp_database-0.7.4-py3-none-any.whl
Algorithm Hash digest
SHA256 3d0d2bd0bbaa2d92e2dfdaa13fc7258bcda5272ccc54d52eeb4e72a4fe099581
MD5 e3ff3236adbbd4747cd1c8037946d6a5
BLAKE2b-256 9e5996d63cedac280ec20d7325b242e5a05251658727b6197cf802918c373cda

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page